TSAGE: Bugfix to show cursor after restoring a savegame

This commit is contained in:
Paul Gilbert 2011-05-11 21:58:11 +10:00
parent 5e4b20b3d7
commit bfc9414487

View file

@ -211,6 +211,7 @@ Common::Error Saver::restore(int slot) {
// Final post-restore notifications
_macroRestoreFlag = false;
_loadNotifiers.notify(false);
_globals->_events.setCursor(CURSOR_WALK);
return Common::kNoError;
}