aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/script/scene/ma06.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/bladerunner/script/scene/ma06.cpp')
-rw-r--r--engines/bladerunner/script/scene/ma06.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/bladerunner/script/scene/ma06.cpp b/engines/bladerunner/script/scene/ma06.cpp
index f067067a70..3a67b573b9 100644
--- a/engines/bladerunner/script/scene/ma06.cpp
+++ b/engines/bladerunner/script/scene/ma06.cpp
@@ -145,9 +145,9 @@ void SceneScriptMA06::PlayerWalkedIn() {
Ambient_Sounds_Remove_Looping_Sound(kSfxSPINUP1, 1); // stop elev moving sound
Ambient_Sounds_Remove_Looping_Sound(kSfxAPRTFAN1, 1); // stop other ambient
Ambient_Sounds_Remove_Looping_Sound(kSfxELEAMB3, 1); // stop other ambient
- Actor_Says_With_Pause(kActorRachael, 300, 1.0, 14); // GoodbyeMcCoy
- Actor_Says(kActorRachael, 310, 14); // Isnt ThisYourFloor --
- Actor_Says(kActorMcCoy, 2860, 14); // YouTakeCareOfYoursel
+ Actor_Says_With_Pause(kActorRachael, 300, 1.0f, 14); // GoodbyeMcCoy
+ Actor_Says(kActorRachael, 310, 14); // Isnt ThisYourFloor --
+ Actor_Says(kActorMcCoy, 2860, 14); // YouTakeCareOfYoursel
Set_Enter(kSetMA02_MA04, kSceneMA02);
Scene_Loop_Start_Special(kSceneLoopModeChangeSet, kMA06LoopDoorClose, true);
@@ -243,7 +243,7 @@ void SceneScriptMA06::activateElevator() {
Game_Flag_Reset(kFlagMA06toMA01);
Game_Flag_Reset(kFlagMA06ToMA02);
Game_Flag_Reset(kFlagMA06toMA07);
-
+
while (true) {
if (Game_Flag_Query(kFlagMA06ToMA02)) {
break;