SCI: initialize gfxmenu for sci32 (fixes gk1 crash)

svn-id: r47794
This commit is contained in:
Martin Kiewitz 2010-02-01 11:53:54 +00:00
parent a20f4ef1fc
commit 80abaab1ae

View file

@ -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);