aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/script/scene/ct12.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/bladerunner/script/scene/ct12.cpp')
-rw-r--r--engines/bladerunner/script/scene/ct12.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/bladerunner/script/scene/ct12.cpp b/engines/bladerunner/script/scene/ct12.cpp
index 282ad25cfd..96641bade3 100644
--- a/engines/bladerunner/script/scene/ct12.cpp
+++ b/engines/bladerunner/script/scene/ct12.cpp
@@ -49,9 +49,9 @@ void SceneScriptCT12::InitializeScene() {
Scene_Exit_Add_2D_Exit(4, 324, 150, 435, 340, 0);
}
- Ambient_Sounds_Add_Looping_Sound(54, 33, 1, 1);
- Ambient_Sounds_Add_Looping_Sound(55, 20, -100, 1);
- Ambient_Sounds_Add_Looping_Sound(56, 20, -100, 1);
+ Ambient_Sounds_Add_Looping_Sound(kSfxCTRAIN1, 33, 1, 1);
+ Ambient_Sounds_Add_Looping_Sound(kSfxCTAMBL1, 20, -100, 1);
+ Ambient_Sounds_Add_Looping_Sound(kSfxCTAMBR1, 20, -100, 1);
Ambient_Sounds_Add_Speech_Sound(kActorBlimpGuy, 0, 10, 260, 17, 24, -100, 100, -101, -101, 1, 1);
Ambient_Sounds_Add_Speech_Sound(kActorBlimpGuy, 20, 10, 260, 17, 24, -100, 100, -101, -101, 1, 1);
Ambient_Sounds_Add_Speech_Sound(kActorBlimpGuy, 40, 10, 260, 17, 24, -100, 100, -101, -101, 1, 1);