TITANIC: DE: Fix sound for music room pitch sliders

This commit is contained in:
Paul Gilbert 2017-10-03 21:29:48 -04:00
parent d0c20062ad
commit 5ef0b3a62a

View File

@ -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"));
}