aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/scene.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/scene.cpp')
-rw-r--r--engines/mads/scene.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/mads/scene.cpp b/engines/mads/scene.cpp
index ca953a0ec9..ffeed6cda8 100644
--- a/engines/mads/scene.cpp
+++ b/engines/mads/scene.cpp
@@ -451,8 +451,8 @@ void Scene::doFrame() {
if (_vm->_game->_fx) {
uint32 priorTime = _vm->_game->_priorFrameTimer;
uint32 newTime = _vm->_events->getFrameCounter();
- _sequences.delay(newTime, priorTime);
- _kernelMessages.delay(newTime, priorTime);
+ _sequences.delay(priorTime, newTime);
+ _kernelMessages.delay(priorTime, newTime);
}
if (_vm->_debugger->_showMousePos)