aboutsummaryrefslogtreecommitdiff
path: root/saga/animation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'saga/animation.cpp')
-rw-r--r--saga/animation.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/saga/animation.cpp b/saga/animation.cpp
index a5f6e9bd68..04f383aac7 100644
--- a/saga/animation.cpp
+++ b/saga/animation.cpp
@@ -119,6 +119,8 @@ void Anim::playCutaway(int cut, bool fade) {
free(buf);
free(resourceData);
+ // Play the animation
+
int cutawaySlot = -1;
for (int i = 0; i < ARRAYSIZE(_cutawayAnimations); i++) {