diff options
Diffstat (limited to 'engines/sci/sci.cpp')
-rw-r--r-- | engines/sci/sci.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/sci.cpp b/engines/sci/sci.cpp index fc6fc218f6..e1cfacc8b4 100644 --- a/engines/sci/sci.cpp +++ b/engines/sci/sci.cpp @@ -181,7 +181,7 @@ Common::Error SciEngine::run() { _features = new GameFeatures(segMan, _kernel); // We'll set the GUI below - _gamestate = new EngineState(_kernel, _vocabulary, segMan, _audio); + _gamestate = new EngineState(_vocabulary, segMan, _audio); _gamestate->_event = new SciEvent(); if (script_init_engine(_gamestate)) |