diff options
Diffstat (limited to 'engines/access/events.cpp')
-rw-r--r-- | engines/access/events.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/access/events.cpp b/engines/access/events.cpp index 8b109ea470..87e5d10cc3 100644 --- a/engines/access/events.cpp +++ b/engines/access/events.cpp @@ -201,7 +201,7 @@ bool EventsManager::checkForNextFrameCounter() { } void EventsManager::nextFrame(bool skipTimers) { - if (skipTimers) { + if (!skipTimers) { // Update timers _vm->_animation->updateTimers(); _vm->_timers.updateTimers(); |