[Scummvm-cvs-logs] scummvm master -> 7cc44dbdf85b3c5de4913f8cde9e0c754ca945cc
dreammaster
dreammaster at scummvm.org
Wed Jul 2 03:55:39 CEST 2014
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:
7cc44dbdf8 VOYEUR: Fix to show cursor after loading savegame
Commit: 7cc44dbdf85b3c5de4913f8cde9e0c754ca945cc
https://github.com/scummvm/scummvm/commit/7cc44dbdf85b3c5de4913f8cde9e0c754ca945cc
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2014-07-01T21:54:22-04:00
Commit Message:
VOYEUR: Fix to show cursor after loading savegame
Changed paths:
engines/voyeur/files_threads.cpp
diff --git a/engines/voyeur/files_threads.cpp b/engines/voyeur/files_threads.cpp
index b1960a2..256aedf 100644
--- a/engines/voyeur/files_threads.cpp
+++ b/engines/voyeur/files_threads.cpp
@@ -1009,6 +1009,7 @@ int ThreadResource::doApt() {
// Load a savegame
_vm->loadGame(_vm->_loadGameSlot);
_vm->_loadGameSlot = -1;
+ _vm->_eventsManager->showCursor();
}
_vm->_eventsManager->getMouseInfo();
More information about the Scummvm-git-logs
mailing list