aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game
diff options
context:
space:
mode:
authorPaul Gilbert2017-02-21 22:48:32 -0500
committerPaul Gilbert2017-02-21 22:48:32 -0500
commit2857acb14a036a78ee71f8ac1cc3bb375859c0d8 (patch)
treef2eb5db5682d1aca515d679f4d289c7929475735 /engines/titanic/game
parent0706da838442f71cbcd7ffd4db9da1e932c06ac5 (diff)
downloadscummvm-rg350-2857acb14a036a78ee71f8ac1cc3bb375859c0d8.tar.gz
scummvm-rg350-2857acb14a036a78ee71f8ac1cc3bb375859c0d8.tar.bz2
scummvm-rg350-2857acb14a036a78ee71f8ac1cc3bb375859c0d8.zip
TITANIC: Add missing timer call in endgame sequence
Diffstat (limited to 'engines/titanic/game')
-rw-r--r--engines/titanic/game/end_game_credits.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/titanic/game/end_game_credits.cpp b/engines/titanic/game/end_game_credits.cpp
index 4edcef0a17..79ddcce411 100644
--- a/engines/titanic/game/end_game_credits.cpp
+++ b/engines/titanic/game/end_game_credits.cpp
@@ -75,6 +75,7 @@ bool CEndGameCredits::MovieEndMsg(CMovieEndMsg *msg) {
visibleMsg.execute("CreditsBackdrop");
}
+ addTimer(4000, 0);
return true;
}