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

dreammaster dreammaster at scummvm.org
Wed Jul 12 13:54:13 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:
e5ab09d7e5 TITANIC: Fix promenade fan noises when turned to full


Commit: e5ab09d7e58c0224c32a7454c8559c52937b8b33
    https://github.com/scummvm/scummvm/commit/e5ab09d7e58c0224c32a7454c8559c52937b8b33
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-07-12T07:54:06-04:00

Commit Message:
TITANIC: Fix promenade fan noises when turned to full

Changed paths:
    engines/titanic/game/fan_noises.cpp


diff --git a/engines/titanic/game/fan_noises.cpp b/engines/titanic/game/fan_noises.cpp
index d285563..982991c 100644
--- a/engines/titanic/game/fan_noises.cpp
+++ b/engines/titanic/game/fan_noises.cpp
@@ -156,7 +156,7 @@ bool CFanNoises::StatusChangeMsg(CStatusChangeMsg *msg) {
 			}
 
 			if (oldState == 1) {
-				_soundHandle = playSound("b#58.wav", _soundPercent, _soundBalance);
+				_soundHandle = playSound("b#58.wav", _soundPercent, _soundBalance, true);
 			}
 			break;
 





More information about the Scummvm-git-logs mailing list