Fix bug not loading engine

This commit is contained in:
Jonas Kvinge
2018-10-17 22:55:36 +02:00
parent a8a714c820
commit a9e905b301
5 changed files with 24 additions and 17 deletions

View File

@@ -134,7 +134,7 @@ class Player : public PlayerInterface {
PreviousBehaviour_Restart = 2
};
void CreateEngine(Engine::EngineType enginetype);
Engine::EngineType CreateEngine(Engine::EngineType enginetype);
void Init();
EngineBase *engine() const { return engine_.get(); }