aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/script/scene/hf01.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/bladerunner/script/scene/hf01.cpp')
-rw-r--r--engines/bladerunner/script/scene/hf01.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/bladerunner/script/scene/hf01.cpp b/engines/bladerunner/script/scene/hf01.cpp
index 6c6442c538..607269e1be 100644
--- a/engines/bladerunner/script/scene/hf01.cpp
+++ b/engines/bladerunner/script/scene/hf01.cpp
@@ -54,9 +54,9 @@ void SceneScriptHF01::InitializeScene() {
}
}
- Ambient_Sounds_Add_Looping_Sound( 54, 50, 0, 1);
- Ambient_Sounds_Add_Looping_Sound(340, 25, 0, 1);
- Ambient_Sounds_Add_Looping_Sound( 81, 60, 100, 1);
+ Ambient_Sounds_Add_Looping_Sound(kSfxCTRAIN1, 50, 0, 1);
+ Ambient_Sounds_Add_Looping_Sound(kSfxARCBED1, 25, 0, 1);
+ Ambient_Sounds_Add_Looping_Sound(kSfxRCAMBR1, 60, 100, 1);
Ambient_Sounds_Add_Sound(182, 5, 70, 12, 12, -100, 100, -101, -101, 0, 0);
Ambient_Sounds_Add_Sound(184, 5, 70, 12, 12, -100, 100, -101, -101, 0, 0);
Ambient_Sounds_Add_Sound(185, 5, 70, 12, 12, -100, 100, -101, -101, 0, 0);