From e377ed856d0f1a054bce255043ce2e99593bc5b4 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Wed, 24 Sep 2008 07:26:45 +0000 Subject: Readded missing special case for the storm animation in ITE. Fixes bug #2125675 - "ITE: Game locks up in storm clouds scene" svn-id: r34639 --- engines/saga/animation.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/saga') diff --git a/engines/saga/animation.cpp b/engines/saga/animation.cpp index e9e146013f..493c05022c 100644 --- a/engines/saga/animation.cpp +++ b/engines/saga/animation.cpp @@ -579,6 +579,9 @@ void Anim::play(uint16 animId, int vectorTime, bool playing) { _vm->_events->queue(&event); } return; + } else { + anim->currentFrame = 0; + anim->completed = 0; } } -- cgit v1.2.3