diff options
author | Paul Gilbert | 2017-02-21 22:48:32 -0500 |
---|---|---|
committer | Paul Gilbert | 2017-02-21 22:48:32 -0500 |
commit | 2857acb14a036a78ee71f8ac1cc3bb375859c0d8 (patch) | |
tree | f2eb5db5682d1aca515d679f4d289c7929475735 | |
parent | 0706da838442f71cbcd7ffd4db9da1e932c06ac5 (diff) | |
download | scummvm-rg350-2857acb14a036a78ee71f8ac1cc3bb375859c0d8.tar.gz scummvm-rg350-2857acb14a036a78ee71f8ac1cc3bb375859c0d8.tar.bz2 scummvm-rg350-2857acb14a036a78ee71f8ac1cc3bb375859c0d8.zip |
TITANIC: Add missing timer call in endgame sequence
-rw-r--r-- | engines/titanic/game/end_game_credits.cpp | 1 |
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; } |