aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/script/scene/hf02.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/bladerunner/script/scene/hf02.cpp')
-rw-r--r--engines/bladerunner/script/scene/hf02.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/bladerunner/script/scene/hf02.cpp b/engines/bladerunner/script/scene/hf02.cpp
index a4be7591e8..08baa223ec 100644
--- a/engines/bladerunner/script/scene/hf02.cpp
+++ b/engines/bladerunner/script/scene/hf02.cpp
@@ -72,7 +72,7 @@ bool SceneScriptHF02::MouseClick(int x, int y) {
}
bool SceneScriptHF02::ClickedOn3DObject(const char *objectName, bool a2) {
- Sound_Play(342, 47, -80, 0, 50);
+ Sound_Play(kSfxFORTUNE1, 47, -80, 0, 50); // a bug? Which object should this be?
return false;
}