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.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/bladerunner/script/ai/izo.cpp b/engines/bladerunner/script/ai/izo.cpp
index 9191ef18f5..2861e76554 100644
--- a/engines/bladerunner/script/ai/izo.cpp
+++ b/engines/bladerunner/script/ai/izo.cpp
@@ -106,6 +106,7 @@ void AIScriptIzo::CompletedMovementTrack() {
return; //true;
case kGoalIzoRC03Walk:
+ // fall through
case kGoalIzoRC03Run:
Actor_Set_Goal_Number(kActorIzo, kGoalIzoRC03RunAway);
Actor_Set_Goal_Number(kActorSteele, kGoalSteeleApprehendIzo);