aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/saga/animation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/saga/animation.cpp b/engines/saga/animation.cpp
index 6d49d331f5..b3a711f560 100644
--- a/engines/saga/animation.cpp
+++ b/engines/saga/animation.cpp
@@ -400,7 +400,7 @@ void Anim::play(uint16 animId, int vectorTime, bool playing) {
}
}
} else {
- _vm->_frameCount++;
+ _vm->_frameCount += 100; // make sure the waiting thread stops waiting
// Animation done playing
anim->state = ANIM_PAUSE;
if (anim->linkId == -1) {