TSAGE: Bugfix to show cursor after restoring a savegame
This commit is contained in:
parent
5e4b20b3d7
commit
bfc9414487
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue