diff --git a/src/title/TitleScreen.cpp b/src/title/TitleScreen.cpp index 15bcc2f1ec..ca3322cb47 100644 --- a/src/title/TitleScreen.cpp +++ b/src/title/TitleScreen.cpp @@ -181,6 +181,7 @@ extern "C" if (game_is_not_paused()) { TryLoadSequence(); + _sequencePlayer->Update(); sint32 numUpdates = 1; if (gGameSpeed > 1) {