aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/script/vk_script.cpp
diff options
context:
space:
mode:
authorPeter Kohaut2019-01-27 20:26:01 +0100
committerPeter Kohaut2019-01-27 20:27:45 +0100
commit1ef310db3cafd1c64673619e11fabd5c2e7df999 (patch)
treec8663df4d49977f1730c596800178a15006c58db /engines/bladerunner/script/vk_script.cpp
parente3e55c2f4be350b42d3a172444211d9bbe898351 (diff)
downloadscummvm-rg350-1ef310db3cafd1c64673619e11fabd5c2e7df999.tar.gz
scummvm-rg350-1ef310db3cafd1c64673619e11fabd5c2e7df999.tar.bz2
scummvm-rg350-1ef310db3cafd1c64673619e11fabd5c2e7df999.zip
BLADERUNNER: Small cleanup for chapter 2 scripts
Diffstat (limited to 'engines/bladerunner/script/vk_script.cpp')
-rw-r--r--engines/bladerunner/script/vk_script.cpp2
1 files changed, 1 insertions, 1 deletions
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);