From 5f5cee2be3428ae244664401c453e410a7d6baf5 Mon Sep 17 00:00:00 2001 From: Thomas Fach-Pedersen Date: Sun, 18 Mar 2018 20:35:28 +0100 Subject: BLADERUNNER: Round coordinates to two decimals Also fixes a couple of typos. --- engines/bladerunner/script/vk_script.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (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 8a7ddb26eb..eef5f5bdaf 100644 --- a/engines/bladerunner/script/vk_script.cpp +++ b/engines/bladerunner/script/vk_script.cpp @@ -1209,12 +1209,12 @@ void VKScript::askDektora(int questionId) { VK_Play_Speech_Line(kActorDektora, 1520, 0.5f); VK_Play_Speech_Line(kActorMcCoy, 7840, 0.5f); VK_Subject_Reacts(20, -1, 9, 10); - VK_Play_Speech_Line(kActorDektora, 1540, 0.80000001f); + VK_Play_Speech_Line(kActorDektora, 1540, 0.8f); VK_Play_Speech_Line(kActorDektora, 1550, 0.5f); } else { VK_Play_Speech_Line(kActorDektora, 1560, 0.5f); VK_Subject_Reacts(25, 13, -3, 0); - VK_Play_Speech_Line(kActorDektora, 1570, 0.80000001f); + VK_Play_Speech_Line(kActorDektora, 1570, 0.8f); VK_Play_Speech_Line(kActorDektora, 1580, 0.5f); } break; @@ -1234,7 +1234,7 @@ void VKScript::askDektora(int questionId) { VK_Subject_Reacts(25, -1, 9, 0); } else { VK_Subject_Reacts(25, 14, -2, 0); - VK_Play_Speech_Line(kActorDektora, 1630, 0.89999998f); + VK_Play_Speech_Line(kActorDektora, 1630, 0.9f); VK_Play_Speech_Line(kActorDektora, 1640, 0.5f); } break; @@ -1274,7 +1274,7 @@ void VKScript::askDektora(int questionId) { VK_Play_Speech_Line(kActorDektora, 1740, 0.5f); VK_Play_Speech_Line(kActorMcCoy, 7805, 0.5f); VK_Eye_Animates(2); - VK_Play_Speech_Line(kActorDektora, 1750, 0.89999998f); + VK_Play_Speech_Line(kActorDektora, 1750, 0.9f); VK_Play_Speech_Line(kActorDektora, 1760, 0.5f); break; case 7455: -- cgit v1.2.3