[Scummvm-git-logs] scummvm master -> d14df9260c2a741e920101f5de1b938f4533dd06

dreammaster dreammaster at scummvm.org
Mon Jul 17 04:36:36 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:
d14df9260c TITANIC: Fix Gondola mixer to use the two different songs


Commit: d14df9260c2a741e920101f5de1b938f4533dd06
    https://github.com/scummvm/scummvm/commit/d14df9260c2a741e920101f5de1b938f4533dd06
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-07-16T22:36:32-04:00

Commit Message:
TITANIC: Fix Gondola mixer to use the two different songs

Changed paths:
    engines/titanic/game/gondolier/gondolier_mixer.cpp


diff --git a/engines/titanic/game/gondolier/gondolier_mixer.cpp b/engines/titanic/game/gondolier/gondolier_mixer.cpp
index 7aff606..4b8bd88 100644
--- a/engines/titanic/game/gondolier/gondolier_mixer.cpp
+++ b/engines/titanic/game/gondolier/gondolier_mixer.cpp
@@ -95,7 +95,7 @@ bool CGondolierMixer::TurnOn(CTurnOn *msg) {
 		}
 
 		if (_soundHandle2 == -1) {
-			_soundHandle2 = playSound(_soundName1, _volume2 * _slider2 / 10, 0, true);
+			_soundHandle2 = playSound(_soundName2, _volume2 * _slider2 / 10, 0, true);
 			_soundActive = true;
 		}
 	}





More information about the Scummvm-git-logs mailing list