aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/script/scene/ma01.cpp
diff options
context:
space:
mode:
authorThanasis Antoniou2019-04-05 21:33:47 +0300
committerThanasis Antoniou2019-04-05 21:35:55 +0300
commita0beaa6f4e925292f3ffaa8045e580cd579d3ed0 (patch)
tree8debb2e8a7d8d7a58295d939ea8cd8bfe2b3e8e5 /engines/bladerunner/script/scene/ma01.cpp
parent62660da0bc8bdbaa464f8b25ee993f6dfb90aa85 (diff)
downloadscummvm-rg350-a0beaa6f4e925292f3ffaa8045e580cd579d3ed0.tar.gz
scummvm-rg350-a0beaa6f4e925292f3ffaa8045e580cd579d3ed0.tar.bz2
scummvm-rg350-a0beaa6f4e925292f3ffaa8045e580cd579d3ed0.zip
BLADERUNNER: SFX named constants and MissSound fix
Still pending cleaning up Ambient_Sounds_Add_Sound and Ambient_Sounds_Add_Looping_Sound calls
Diffstat (limited to 'engines/bladerunner/script/scene/ma01.cpp')
-rw-r--r--engines/bladerunner/script/scene/ma01.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/engines/bladerunner/script/scene/ma01.cpp b/engines/bladerunner/script/scene/ma01.cpp
index 4d0ac5523e..70e093fc87 100644
--- a/engines/bladerunner/script/scene/ma01.cpp
+++ b/engines/bladerunner/script/scene/ma01.cpp
@@ -215,31 +215,31 @@ bool SceneScriptMA01::ClickedOn2DRegion(int region) {
void SceneScriptMA01::SceneFrameAdvanced(int frame) {
if (frame == 15) {
- Ambient_Sounds_Play_Sound(102, 70, -100, 100, 0);
+ Ambient_Sounds_Play_Sound(kSfxROOFLIT1, 70, -100, 100, 0);
}
if (frame == 61
|| frame == 183
) {
- Ambient_Sounds_Play_Sound(116, 100, 40, 0, 99);
+ Ambient_Sounds_Play_Sound(kSfxSPINOPN4, 100, 40, 0, 99);
}
if (frame == 107
|| frame == 227
) {
- Ambient_Sounds_Play_Sound(119, 100, 40, 0, 99);
+ Ambient_Sounds_Play_Sound(kSfxSPINCLS1, 100, 40, 0, 99);
}
if (frame == 1) {
- Ambient_Sounds_Play_Sound(118, 40, -60, 20, 99);
+ Ambient_Sounds_Play_Sound(kSfxCARDOWN3, 40, -60, 20, 99);
}
if (frame == 241) {
- Ambient_Sounds_Play_Sound(117, 40, 0, 0, 99);
+ Ambient_Sounds_Play_Sound(kSfxCARUP3, 40, 0, 0, 99);
}
if (frame == 58) {
- Sound_Play(122, 17, 20, 20, 50);
+ Sound_Play(kSfxMTLHIT1, 17, 20, 20, 50);
}
if ((frame == 75