aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/script/ai/shoeshine_man.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/bladerunner/script/ai/shoeshine_man.cpp')
-rw-r--r--engines/bladerunner/script/ai/shoeshine_man.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/bladerunner/script/ai/shoeshine_man.cpp b/engines/bladerunner/script/ai/shoeshine_man.cpp
index 2f31c7f543..bd02c64957 100644
--- a/engines/bladerunner/script/ai/shoeshine_man.cpp
+++ b/engines/bladerunner/script/ai/shoeshine_man.cpp
@@ -58,7 +58,7 @@ void AIScriptShoeshineMan::ClickedByPlayer() {
return;
}
- if (!Loop_Actor_Walk_To_XYZ(kActorMcCoy, -1098.15f, -0.04f, -201.53f, 0, true, false, 0)) {
+ if (!Loop_Actor_Walk_To_XYZ(kActorMcCoy, -1098.15f, -0.04f, -201.53f, 0, true, false, false)) {
Actor_Set_Goal_Number(kActorShoeshineMan, 102);
Actor_Face_Actor(kActorMcCoy, kActorShoeshineMan, true);
Actor_Says_With_Pause(kActorShoeshineMan, 0, 1.2f, 13);