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.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/titanic/gfx/music_slider_pitch.cpp b/engines/titanic/gfx/music_slider_pitch.cpp
index 49d53f7724..48dee03d0c 100644
--- a/engines/titanic/gfx/music_slider_pitch.cpp
+++ b/engines/titanic/gfx/music_slider_pitch.cpp
@@ -21,6 +21,7 @@
*/
#include "titanic/gfx/music_slider_pitch.h"
+#include "titanic/translation.h"
namespace Titanic {
@@ -48,7 +49,7 @@ bool CMusicSliderPitch::MusicSettingChangedMsg(CMusicSettingChangedMsg *msg) {
loadFrame(3 - _controlVal);
playSound("z#54.wav", 50);
} else {
- playSound("z#46.wav");
+ playSound(TRANSLATE("z#46.wav", "z#577.wav"));
}
return true;