aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/script/vk_script.cpp
diff options
context:
space:
mode:
authorThomas Fach-Pedersen2018-03-18 20:35:28 +0100
committerThomas Fach-Pedersen2018-03-18 20:36:11 +0100
commit5f5cee2be3428ae244664401c453e410a7d6baf5 (patch)
tree642bbaa2deb31c5fb7e4813d6e3421b543a5fa2c /engines/bladerunner/script/vk_script.cpp
parent21a00458283f12c7bebb473e609c8e6523fae097 (diff)
downloadscummvm-rg350-5f5cee2be3428ae244664401c453e410a7d6baf5.tar.gz
scummvm-rg350-5f5cee2be3428ae244664401c453e410a7d6baf5.tar.bz2
scummvm-rg350-5f5cee2be3428ae244664401c453e410a7d6baf5.zip
BLADERUNNER: Round coordinates to two decimals
Also fixes a couple of typos.
Diffstat (limited to 'engines/bladerunner/script/vk_script.cpp')
-rw-r--r--engines/bladerunner/script/vk_script.cpp8
1 files changed, 4 insertions, 4 deletions
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: