aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/ambient_sounds.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/bladerunner/ambient_sounds.cpp')
-rw-r--r--engines/bladerunner/ambient_sounds.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/bladerunner/ambient_sounds.cpp b/engines/bladerunner/ambient_sounds.cpp
index 08ec388de7..7d0db4763e 100644
--- a/engines/bladerunner/ambient_sounds.cpp
+++ b/engines/bladerunner/ambient_sounds.cpp
@@ -27,6 +27,7 @@
#include "bladerunner/game_info.h"
#include "bladerunner/savefile.h"
#include "bladerunner/time.h"
+#include "bladerunner/game_constants.h"
#include "common/debug.h"
#include "common/system.h"
@@ -248,7 +249,7 @@ int AmbientSounds::getVolume() const {
}
void AmbientSounds::playSample() {
- playSound(66, 100, 0, 0, 0);
+ playSound(kSfxSPIN1A, 100, 0, 0, 0);
}
int AmbientSounds::findAvailableNonLoopingTrack() const {