1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-06 06:32:56 +01:00

Start playing title music only after title sequence is loaded (#22363)

This commit is contained in:
Aaron van Geffen
2024-07-24 14:45:35 +02:00
committed by GitHub
parent 3e59b3f72e
commit 869314e386

View File

@@ -111,7 +111,6 @@ void TitleScene::Load()
ContextOpenWindow(WindowClass::MainWindow);
TitleInitialise();
OpenRCT2::Audio::PlayTitleMusic();
if (_sequencePlayer != nullptr)
{
@@ -122,6 +121,8 @@ void TitleScene::Load()
_sequencePlayer->Update();
}
Audio::PlayTitleMusic();
CreateWindows();
if (gOpenRCT2ShowChangelog)