[Scummvm-cvs-logs] scummvm master -> c6467bcc1dbe1a2c812904c026c4ac062149823c
Strangerke
Strangerke at scummvm.org
Tue Mar 4 08:03:27 CET 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:
c6467bcc1d VOYEUR: Refresh mouse events in safe screen, fixing the 'enter password' behavior
Commit: c6467bcc1dbe1a2c812904c026c4ac062149823c
https://github.com/scummvm/scummvm/commit/c6467bcc1dbe1a2c812904c026c4ac062149823c
Author: Strangerke (strangerke at scummvm.org)
Date: 2014-03-03T23:01:25-08:00
Commit Message:
VOYEUR: Refresh mouse events in safe screen, fixing the 'enter password' behavior
Changed paths:
engines/voyeur/voyeur.cpp
diff --git a/engines/voyeur/voyeur.cpp b/engines/voyeur/voyeur.cpp
index f2d0885..24752a1 100644
--- a/engines/voyeur/voyeur.cpp
+++ b/engines/voyeur/voyeur.cpp
@@ -317,6 +317,7 @@ bool VoyeurEngine::doLock() {
_eventsManager->_intPtr._hasPalette = true;
_eventsManager->delay(1);
+ _eventsManager->getMouseInfo();
} while (!shouldQuit() && !_eventsManager->_mouseClicked);
_eventsManager->_mouseClicked = false;
} while (!shouldQuit() && key == -1);
More information about the Scummvm-git-logs
mailing list