aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorPaul Gilbert2017-06-17 16:04:37 -0400
committerPaul Gilbert2017-06-17 16:04:37 -0400
commitd7ba14cca8e0e8a8960b449a67bf14c9cde75aea (patch)
treeb7552638541cbb47aaa9de726f10f7c2dc83a6c2 /engines
parent832cd25ef1a5cd2dc9cb8062f043fb402dab6ed7 (diff)
downloadscummvm-rg350-d7ba14cca8e0e8a8960b449a67bf14c9cde75aea.tar.gz
scummvm-rg350-d7ba14cca8e0e8a8960b449a67bf14c9cde75aea.tar.bz2
scummvm-rg350-d7ba14cca8e0e8a8960b449a67bf14c9cde75aea.zip
TITANIC: Fix missing transition in ship crash cutscene
Diffstat (limited to 'engines')
-rw-r--r--engines/titanic/game/computer_screen.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/titanic/game/computer_screen.cpp b/engines/titanic/game/computer_screen.cpp
index 7d549d0497..094094ad55 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);