From d233d0fc3d49cd0e594570e5b9e00a78653b20b1 Mon Sep 17 00:00:00 2001 From: mrmbernardi Date: Fri, 29 Dec 2023 20:49:25 +0100 Subject: [PATCH] Remove double load of Title Sequence in TitleScreen.cpp --- src/openrct2/title/TitleScreen.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/openrct2/title/TitleScreen.cpp b/src/openrct2/title/TitleScreen.cpp index 1fa0a184d8..373ccf6837 100644 --- a/src/openrct2/title/TitleScreen.cpp +++ b/src/openrct2/title/TitleScreen.cpp @@ -144,8 +144,6 @@ 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();