aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/script/scene/ct01.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/bladerunner/script/scene/ct01.cpp')
-rw-r--r--engines/bladerunner/script/scene/ct01.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/bladerunner/script/scene/ct01.cpp b/engines/bladerunner/script/scene/ct01.cpp
index a1a63bf22e..e58f270053 100644
--- a/engines/bladerunner/script/scene/ct01.cpp
+++ b/engines/bladerunner/script/scene/ct01.cpp
@@ -534,8 +534,8 @@ void SceneScriptCT01::PlayerWalkedIn() {
void SceneScriptCT01::PlayerWalkedOut() {
Ambient_Sounds_Remove_All_Non_Looping_Sounds(true);
if (Game_Flag_Query(kFlagCT01toCT12)) {
- Ambient_Sounds_Remove_Looping_Sound(kSfxCTAMBL1, true);
- Ambient_Sounds_Remove_Looping_Sound(kSfxCTAMBR1, true);
+ Ambient_Sounds_Remove_Looping_Sound(kSfxCTAMBL1, 1);
+ Ambient_Sounds_Remove_Looping_Sound(kSfxCTAMBR1, 1);
} else {
Ambient_Sounds_Remove_All_Looping_Sounds(1);
}