[Scummvm-cvs-logs] scummvm master -> bfc9414487d17cd8c62481a0df37bdcb48d0ae69
dreammaster
dreammaster at scummvm.org
Wed May 11 13:59:47 CEST 2011
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
bfc9414487 TSAGE: Bugfix to show cursor after restoring a savegame
Commit: bfc9414487d17cd8c62481a0df37bdcb48d0ae69
https://github.com/scummvm/scummvm/commit/bfc9414487d17cd8c62481a0df37bdcb48d0ae69
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2011-05-11T04:58:11-07:00
Commit Message:
TSAGE: Bugfix to show cursor after restoring a savegame
Changed paths:
engines/tsage/saveload.cpp
diff --git a/engines/tsage/saveload.cpp b/engines/tsage/saveload.cpp
index a0091bf..dd84f01 100644
--- a/engines/tsage/saveload.cpp
+++ b/engines/tsage/saveload.cpp
@@ -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;
}
More information about the Scummvm-git-logs
mailing list