aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/script/ai/izo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/bladerunner/script/ai/izo.cpp')
-rw-r--r--engines/bladerunner/script/ai/izo.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/bladerunner/script/ai/izo.cpp b/engines/bladerunner/script/ai/izo.cpp
index f3bd3f46ec..55f2b9b8a3 100644
--- a/engines/bladerunner/script/ai/izo.cpp
+++ b/engines/bladerunner/script/ai/izo.cpp
@@ -640,7 +640,7 @@ bool AIScriptIzo::UpdateAnimation(int *animation, int *frame) {
_animationFrame = 0;
_animationState = 8;
*animation = 277;
- Actor_Change_Animation_Mode(kActorIzo, 4);
+ Actor_Change_Animation_Mode(kActorIzo, kAnimationModeCombatIdle);
}
break;
@@ -665,7 +665,7 @@ bool AIScriptIzo::UpdateAnimation(int *animation, int *frame) {
_animationFrame = 0;
_animationState = 8;
*animation = 277;
- Actor_Change_Animation_Mode(kActorIzo, 4);
+ Actor_Change_Animation_Mode(kActorIzo, kAnimationModeCombatIdle);
}
break;
@@ -690,7 +690,7 @@ bool AIScriptIzo::UpdateAnimation(int *animation, int *frame) {
_animationFrame = 0;
_animationState = 0;
_var4 = 0;
- Actor_Change_Animation_Mode(kActorIzo, 0);
+ Actor_Change_Animation_Mode(kActorIzo, kAnimationModeIdle);
}
}
break;