From 1ef310db3cafd1c64673619e11fabd5c2e7df999 Mon Sep 17 00:00:00 2001 From: Peter Kohaut Date: Sun, 27 Jan 2019 20:26:01 +0100 Subject: BLADERUNNER: Small cleanup for chapter 2 scripts --- engines/bladerunner/script/vk_script.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/bladerunner/script/vk_script.cpp') diff --git a/engines/bladerunner/script/vk_script.cpp b/engines/bladerunner/script/vk_script.cpp index 2dc2c4b5d4..81fb67d05d 100644 --- a/engines/bladerunner/script/vk_script.cpp +++ b/engines/bladerunner/script/vk_script.cpp @@ -1812,7 +1812,7 @@ void VKScript::askBulletBob(int questionId) { case 7465: VK_Subject_Reacts(15, 5, 3, -5); VK_Play_Speech_Line(kActorBulletBob, 1200, 0.5f); - if (Actor_Query_Friendliness_To_Other(14, 0) <= 40) { + if (Actor_Query_Friendliness_To_Other(kActorBulletBob, kActorMcCoy) <= 40) { VK_Eye_Animates(2); VK_Play_Speech_Line(kActorBulletBob, 1210, 0.5f); VK_Eye_Animates(1); -- cgit v1.2.3