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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user