aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/titanic/game/end_explode_ship.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/game/end_explode_ship.cpp b/engines/titanic/game/end_explode_ship.cpp
index 6253a4df02..05220b9657 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;