diff options
Diffstat (limited to 'engines/bladerunner/script/ai/luther.cpp')
-rw-r--r-- | engines/bladerunner/script/ai/luther.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/bladerunner/script/ai/luther.cpp b/engines/bladerunner/script/ai/luther.cpp index 694dc6d2b2..2957dcc763 100644 --- a/engines/bladerunner/script/ai/luther.cpp +++ b/engines/bladerunner/script/ai/luther.cpp @@ -57,7 +57,7 @@ bool AIScriptLuther::Update() { } if (Actor_Query_Goal_Number(kActorLuther) == kGoalLutherDefault - && Actor_Query_Goal_Number(kActorLuther) != kGoalLutherDead + && Actor_Query_Goal_Number(kActorLuther) != kGoalLutherDead // A bug? this is redundant ) { Actor_Set_Goal_Number(kActorLuther, kGoalLutherMoveAround); return false; |