diff options
author | Filippos Karapetis | 2007-08-24 12:43:56 +0000 |
---|---|---|
committer | Filippos Karapetis | 2007-08-24 12:43:56 +0000 |
commit | 3a761c8acd843e9410ac0a3b98971bd37c4911e3 (patch) | |
tree | 7b9aab9b878f735ab7364fae1a6226280dc85af1 | |
parent | 84d2dda5ed95ccadd99a56b664e12ced6219da41 (diff) | |
download | scummvm-rg350-3a761c8acd843e9410ac0a3b98971bd37c4911e3.tar.gz scummvm-rg350-3a761c8acd843e9410ac0a3b98971bd37c4911e3.tar.bz2 scummvm-rg350-3a761c8acd843e9410ac0a3b98971bd37c4911e3.zip |
Oops, fixed a regression introduced with the latest code cleanup
svn-id: r28708
-rw-r--r-- | engines/saga/interface.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/saga/interface.cpp b/engines/saga/interface.cpp index 4ed1c69649..96740930cc 100644 --- a/engines/saga/interface.cpp +++ b/engines/saga/interface.cpp @@ -348,6 +348,7 @@ int Interface::activate() { } else if (_panelMode == kPanelNull && _vm->getGameId() == GID_IHNM_DEMO) { _saveReminderState = 1; } + _vm->_gfx->showCursor(true); draw(); } |