aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/access/scripts.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/access/scripts.cpp b/engines/access/scripts.cpp
index 0b2150a5a6..85c714f4a8 100644
--- a/engines/access/scripts.cpp
+++ b/engines/access/scripts.cpp
@@ -414,6 +414,7 @@ void Scripts::cmdSetTimer() {
void Scripts::cmdCheckTimer() {
int idx = _data->readUint16LE();
+ _vm->_events->pollEvents();
if ((idx == 9) && (_vm->_events->_keypresses.size() > 0)) {
_vm->_events->zeroKeys();
_vm->_timers[9]._timer = 0;