From 3b78d79ec0a6051afc99a72340613be370f91654 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Fri, 15 Jun 2007 03:16:06 +0000 Subject: The frame count should be updated when the background frame is shown in a cutaway svn-id: r27409 --- engines/saga/animation.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/saga') 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); -- cgit v1.2.3