mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 21:59:17 +00:00
TITANIC: DE: Fix sound for music room pitch sliders
This commit is contained in:
parent
d0c20062ad
commit
5ef0b3a62a
@ -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"));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user