From bf1bb2d87cbf75476701391ba4b20f0e937996af Mon Sep 17 00:00:00 2001 From: Michael Steenbeek Date: Sun, 31 Dec 2023 14:52:35 +0100 Subject: [PATCH] Revert "Remove double load of Title Sequence in TitleScreen.cpp" (#21133) This reverts commit d233d0fc3d49cd0e594570e5b9e00a78653b20b1. Fixes #21127. --- src/openrct2/title/TitleScreen.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/openrct2/title/TitleScreen.cpp b/src/openrct2/title/TitleScreen.cpp index 373ccf6837..1fa0a184d8 100644 --- a/src/openrct2/title/TitleScreen.cpp +++ b/src/openrct2/title/TitleScreen.cpp @@ -144,6 +144,8 @@ void TitleScreen::Load() if (_sequencePlayer != nullptr) { + _sequencePlayer->Begin(_currentSequence); + // Force the title sequence to load / update so we // don't see a blank screen for a split second. TryLoadSequence();