VOYEUR: Refresh mouse events in safe screen, fixing the 'enter password' behavior

This commit is contained in:
Strangerke 2014-03-04 08:00:43 +01:00
parent 6c7aceee10
commit c6467bcc1d

View File

@ -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);