diff options
-rw-r--r-- | engines/draci/animation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/draci/animation.cpp b/engines/draci/animation.cpp index 12661aff66..0d56ea810f 100644 --- a/engines/draci/animation.cpp +++ b/engines/draci/animation.cpp @@ -86,7 +86,7 @@ void Animation::nextFrame(bool force) { } else { _vm->_screen->getSurface()->markDirtyRect(frameRect); _currentFrame = nextFrameNum(); - _tick += frame->getDelay(); + _tick = _vm->_system->getMillis(); } } |