[Scummvm-git-logs] scummvm master -> 6140305801defe005c9f545bf9ba7ed61c85f331

dreammaster dreammaster at scummvm.org
Sun Jul 16 01:13:41 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:
6140305801 TITANIC: Endgame sequence sound fixes


Commit: 6140305801defe005c9f545bf9ba7ed61c85f331
    https://github.com/scummvm/scummvm/commit/6140305801defe005c9f545bf9ba7ed61c85f331
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-07-15T19:13:36-04:00

Commit Message:
TITANIC: Endgame sequence sound fixes

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


diff --git a/engines/titanic/game/end_explode_ship.cpp b/engines/titanic/game/end_explode_ship.cpp
index 6253a4d..05220b9 100644
--- a/engines/titanic/game/end_explode_ship.cpp
+++ b/engines/titanic/game/end_explode_ship.cpp
@@ -96,9 +96,9 @@ bool CEndExplodeShip::MovieEndMsg(CMovieEndMsg *msg) {
 }
 
 bool CEndExplodeShip::MovieFrameMsg(CMovieFrameMsg *msg) {
-	if (getMovieFrame() == 58)
+	if (msg->_frameNumber == 58)
 		playSound("a#31.wav", 70);
-	else if (getMovieFrame() == 551)
+	else if (msg->_frameNumber == 551)
 		playSound("a#14.wav");
 
 	return true;





More information about the Scummvm-git-logs mailing list