diff options
author | Strangerke | 2014-03-04 08:00:43 +0100 |
---|---|---|
committer | Strangerke | 2014-03-04 08:01:25 +0100 |
commit | c6467bcc1dbe1a2c812904c026c4ac062149823c (patch) | |
tree | e51238c832d1ff83b733cb5cc0e9cbae40d105a1 /engines/voyeur | |
parent | 6c7aceee1064cd23bd18197a3130d8d2b965456b (diff) | |
download | scummvm-rg350-c6467bcc1dbe1a2c812904c026c4ac062149823c.tar.gz scummvm-rg350-c6467bcc1dbe1a2c812904c026c4ac062149823c.tar.bz2 scummvm-rg350-c6467bcc1dbe1a2c812904c026c4ac062149823c.zip |
VOYEUR: Refresh mouse events in safe screen, fixing the 'enter password' behavior
Diffstat (limited to 'engines/voyeur')
-rw-r--r-- | engines/voyeur/voyeur.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/voyeur/voyeur.cpp b/engines/voyeur/voyeur.cpp index f2d08850ab..24752a1b1d 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); |