aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/script/scene/ct04.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/bladerunner/script/scene/ct04.cpp')
-rw-r--r--engines/bladerunner/script/scene/ct04.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/bladerunner/script/scene/ct04.cpp b/engines/bladerunner/script/scene/ct04.cpp
index 5b074b3c31..0295439ca3 100644
--- a/engines/bladerunner/script/scene/ct04.cpp
+++ b/engines/bladerunner/script/scene/ct04.cpp
@@ -42,9 +42,9 @@ void SceneScriptCT04::InitializeScene() {
Scene_Exit_Add_2D_Exit(0, 590, 0, 639, 479, 1);
Scene_Exit_Add_2D_Exit(1, 194, 84, 320, 274, 0);
- Ambient_Sounds_Add_Looping_Sound(54, 50, 1, 1);
- Ambient_Sounds_Add_Looping_Sound(56, 15, -100, 1);
- Ambient_Sounds_Add_Looping_Sound(105, 34, 100, 1);
+ Ambient_Sounds_Add_Looping_Sound(kSfxCTRAIN1, 50, 1, 1);
+ Ambient_Sounds_Add_Looping_Sound(kSfxCTAMBR1, 15, -100, 1);
+ Ambient_Sounds_Add_Looping_Sound(kSfxCTRUNOFF, 34, 100, 1);
Ambient_Sounds_Add_Sound(68, 10, 40, 33, 50, 0, 0, -101, -101, 0, 0);
Ambient_Sounds_Add_Sound(69, 10, 40, 33, 50, 0, 0, -101, -101, 0, 0);
Ambient_Sounds_Add_Speech_Sound(kActorBlimpGuy, 0, 10, 260, 17, 24, -100, 100, -101, -101, 1, 1);