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