[Scummvm-git-logs] scummvm master -> 5ef0b3a62a281877f2070b98d2a87ec8f2f0a941

dreammaster dreammaster at scummvm.org
Wed Oct 4 03:29:54 CEST 2017


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
5ef0b3a62a TITANIC: DE: Fix sound for music room pitch sliders


Commit: 5ef0b3a62a281877f2070b98d2a87ec8f2f0a941
    https://github.com/scummvm/scummvm/commit/5ef0b3a62a281877f2070b98d2a87ec8f2f0a941
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-10-03T21:29:48-04:00

Commit Message:
TITANIC: DE: Fix sound for music room pitch sliders

Changed paths:
    engines/titanic/gfx/music_slider_pitch.cpp


diff --git a/engines/titanic/gfx/music_slider_pitch.cpp b/engines/titanic/gfx/music_slider_pitch.cpp
index 48dee03..59933b5 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"));
 	}





More information about the Scummvm-git-logs mailing list