aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/bladerunner/script/ai/gordo.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/bladerunner/script/ai/gordo.cpp b/engines/bladerunner/script/ai/gordo.cpp
index 463960ca65..82a28666d7 100644
--- a/engines/bladerunner/script/ai/gordo.cpp
+++ b/engines/bladerunner/script/ai/gordo.cpp
@@ -1200,7 +1200,7 @@ bool AIScriptGordo::UpdateAnimation(int *animation, int *frame) {
_animationFrame++;
if (_animationFrame == 6) {
Actor_Set_Goal_Number(kActorTaffyPatron, 250);
- Actor_Change_Animation_Mode(kActorGordo, 49);
+ Actor_Change_Animation_Mode(kActorGordo, kAnimationModeCombatDie);
*animation = 100;
_animationFrame = 0;
_animationState = 24;
@@ -1484,7 +1484,7 @@ bool AIScriptGordo::ChangeAnimationMode(int mode) {
_animationState = 24;
_animationFrame = 0;
break;
- case 15:
+ default:
_animationState = 23;
_animationFrame = 0;
break;