diff options
-rw-r--r-- | engines/titanic/game/computer_screen.cpp | 1 |
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); |