diff options
Diffstat (limited to 'engines/bladerunner/script/scene/ma01.cpp')
-rw-r--r-- | engines/bladerunner/script/scene/ma01.cpp | 12 |
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 |