diff options
-rw-r--r-- | engines/sci/sci.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/sci.cpp b/engines/sci/sci.cpp index 1128dce170..373e3d7f33 100644 --- a/engines/sci/sci.cpp +++ b/engines/sci/sci.cpp @@ -175,6 +175,7 @@ Common::Error SciEngine::run() { if (getSciVersion() >= SCI_VERSION_2) { _gamestate->_gfxAnimate = 0; _gamestate->_gfxControls = 0; + _gamestate->_gfxMenu = 0; _gamestate->_gfxPorts = 0; _gamestate->_gui = 0; _gamestate->_gui32 = new SciGui32(_gamestate, screen, palette, cache, cursor); |