aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/saga/animation.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/saga/animation.cpp b/engines/saga/animation.cpp
index 5a0f5e1e2e..4d6843e2eb 100644
--- a/engines/saga/animation.cpp
+++ b/engines/saga/animation.cpp
@@ -135,6 +135,8 @@ void Anim::playCutaway(int cut, bool fade) {
const Rect rect(width, height);
bgSurface->blit(rect, buf);
+ _vm->_frameCount++;
+
_vm->_gfx->setPalette(palette);
free(buf);