[Scummvm-git-logs] scummvm master -> 91eef8f4c07db82b2e595ac503827913a71870ac

dreammaster dreammaster at scummvm.org
Mon Jul 17 00:03:39 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:
91eef8f4c0 TITANIC: Fix music transitions for each passenger class in lift travel


Commit: 91eef8f4c07db82b2e595ac503827913a71870ac
    https://github.com/scummvm/scummvm/commit/91eef8f4c07db82b2e595ac503827913a71870ac
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-07-16T18:03:34-04:00

Commit Message:
TITANIC: Fix music transitions for each passenger class in lift travel

Changed paths:
    engines/titanic/game/transport/lift.cpp


diff --git a/engines/titanic/game/transport/lift.cpp b/engines/titanic/game/transport/lift.cpp
index 6d081f2..ca5b744 100644
--- a/engines/titanic/game/transport/lift.cpp
+++ b/engines/titanic/game/transport/lift.cpp
@@ -189,7 +189,7 @@ bool CLift::StatusChangeMsg(CStatusChangeMsg *msg) {
 bool CLift::MovieEndMsg(CMovieEndMsg *msg) {
 	switch (msg->_endFrame) {
 	case 108:
-		setGlobalSoundVolume(VOL_MUTE, 1, 2);
+		setGlobalSoundVolume(VOL_MUTE, 1, 0);
 		setGlobalSoundVolume(VOL_QUIET, 1, 1);
 		break;
 
@@ -199,7 +199,7 @@ bool CLift::MovieEndMsg(CMovieEndMsg *msg) {
 		break;
 
 	case 407:
-		setGlobalSoundVolume(VOL_MUTE, 1, 0);
+		setGlobalSoundVolume(VOL_MUTE, 1, 2);
 		setGlobalSoundVolume(VOL_QUIET, 1, 1);
 		break;
 





More information about the Scummvm-git-logs mailing list