aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/timer_hof.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/timer_hof.cpp')
-rw-r--r--engines/kyra/timer_hof.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/timer_hof.cpp b/engines/kyra/timer_hof.cpp
index a96717bdb3..2643ae9b45 100644
--- a/engines/kyra/timer_hof.cpp
+++ b/engines/kyra/timer_hof.cpp
@@ -91,7 +91,7 @@ void KyraEngine_HoF::timerBurnZanthia(int arg) {
_timer->disable(5);
_screen->hideMouse();
snd_playSoundEffect(0x2D);
- runTemporaryScript("_ZANBURN.EMC", 0, 1, 1, 0);
+ runAnimationScript("_ZANBURN.EMC", 0, 1, 1, 0);
_deathHandler = 7;
snd_playWanderScoreViaMap(0x53, 1);
}