SCI: initialize gfxmenu for sci32 (fixes gk1 crash)
svn-id: r47794
This commit is contained in:
parent
a20f4ef1fc
commit
80abaab1ae
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue