aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/animation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/animation.cpp')
-rw-r--r--engines/avalanche/animation.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/avalanche/animation.cpp b/engines/avalanche/animation.cpp
index cb64bb8fe0..960705f17a 100644
--- a/engines/avalanche/animation.cpp
+++ b/engines/avalanche/animation.cpp
@@ -363,6 +363,7 @@ Animation::~Animation() {
}
void Animation::resetAnims() {
+ setDirection(kDirStopped);
for (int16 i = 0; i < kSpriteNumbMax; i++)
_sprites[i].reset();
}