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

dreammaster dreammaster at scummvm.org
Sat Jun 17 22:04:49 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:
d7ba14cca8 TITANIC: Fix missing transition in ship crash cutscene


Commit: d7ba14cca8e0e8a8960b449a67bf14c9cde75aea
    https://github.com/scummvm/scummvm/commit/d7ba14cca8e0e8a8960b449a67bf14c9cde75aea
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-06-17T16:04:37-04:00

Commit Message:
TITANIC: Fix missing transition in ship crash cutscene

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


diff --git a/engines/titanic/game/computer_screen.cpp b/engines/titanic/game/computer_screen.cpp
index 7d549d0..094094a 100644
--- a/engines/titanic/game/computer_screen.cpp
+++ b/engines/titanic/game/computer_screen.cpp
@@ -85,6 +85,7 @@ bool CComputerScreen::TimerMsg(CTimerMsg *msg) {
 		break;
 
 	case 1:
+		playMovie(23, 26, MOVIE_STOP_PREVIOUS);
 		playSound("a#32.wav");
 		playSound("a#31.wav");
 		addTimer(2, 2000, 0);





More information about the Scummvm-git-logs mailing list