diff options
Diffstat (limited to 'engines/sci/sci.cpp')
-rw-r--r-- | engines/sci/sci.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sci/sci.cpp b/engines/sci/sci.cpp index ae6f9a5599..d4a030c4d6 100644 --- a/engines/sci/sci.cpp +++ b/engines/sci/sci.cpp @@ -133,8 +133,8 @@ Common::Error SciEngine::run() { #ifdef INCLUDE_OLDGFX // Gui change - _gamestate->_gui = new SciGui(_gamestate, screen, palette, cursor); // new - //_gamestate->_gui = new SciGui32(_gamestate, screen, palette, cursor); // old + //_gamestate->_gui = new SciGui(_gamestate, screen, palette, cursor); // new + _gamestate->_gui = new SciGui32(_gamestate, screen, palette, cursor); // old #else _gamestate->_gui = new SciGui(_gamestate, screen, palette, cursor); #endif |