[Scummvm-git-logs] scummvm master -> 3885bfc752fa132c4a09c41cc1f1bf63fccaa42b

dreammaster dreammaster at scummvm.org
Tue Dec 27 06:33:11 CET 2016


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:
3885bfc752 TITANIC: Don't play sound when entering views with sweet bowls


Commit: 3885bfc752fa132c4a09c41cc1f1bf63fccaa42b
    https://github.com/scummvm/scummvm/commit/3885bfc752fa132c4a09c41cc1f1bf63fccaa42b
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2016-12-27T00:33:00-05:00

Commit Message:
TITANIC: Don't play sound when entering views with sweet bowls

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


diff --git a/engines/titanic/game/sweet_bowl.cpp b/engines/titanic/game/sweet_bowl.cpp
index 29d8044..7a3832e 100644
--- a/engines/titanic/game/sweet_bowl.cpp
+++ b/engines/titanic/game/sweet_bowl.cpp
@@ -48,7 +48,7 @@ bool CSweetBowl::MovieEndMsg(CMovieEndMsg *msg) {
 bool CSweetBowl::EnterViewMsg(CEnterViewMsg *msg) {
 	setVisible(false);
 	loadSound("b#43.wav");
-	playSound("b#42.wav");
+	loadSound("b#42.wav");
 	return true;
 }
 





More information about the Scummvm-git-logs mailing list