aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/gfx/music_slider_pitch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/gfx/music_slider_pitch.cpp')
-rw-r--r--engines/titanic/gfx/music_slider_pitch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/gfx/music_slider_pitch.cpp b/engines/titanic/gfx/music_slider_pitch.cpp
index 48dee03d0c..59933b52e3 100644
--- a/engines/titanic/gfx/music_slider_pitch.cpp
+++ b/engines/titanic/gfx/music_slider_pitch.cpp
@@ -47,7 +47,7 @@ bool CMusicSliderPitch::MusicSettingChangedMsg(CMusicSettingChangedMsg *msg) {
_controlVal = 0;
loadFrame(3 - _controlVal);
- playSound("z#54.wav", 50);
+ playSound(TRANSLATE("z#54.wav", "z#585.wav"), 50);
} else {
playSound(TRANSLATE("z#46.wav", "z#577.wav"));
}