aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/sci/sci.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/sci/sci.cpp b/engines/sci/sci.cpp
index 63fba8eeb0..20a0b1af2e 100644
--- a/engines/sci/sci.cpp
+++ b/engines/sci/sci.cpp
@@ -176,7 +176,6 @@ Common::Error SciEngine::run() {
}
#else
_gamestate->_gui = new SciGui(_gamestate, screen, palette, cursor, _audio);
- _gamestate->_gui32 = 0;
#endif
if (game_init(_gamestate)) { /* Initialize */