Skip to content

Commit

Permalink
Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Lightbourn committed Apr 24, 2024
1 parent efffb5a commit 485f13c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openrct2/title/TitleScreen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ void TitleScreen::Load()
ContextOpenWindow(WindowClass::MainWindow);
CreateWindows();
TitleInitialise();
OpenRCT2::Audio::PlayTitleMusic();

if (gOpenRCT2ShowChangelog)
{
Expand Down Expand Up @@ -164,6 +163,7 @@ void TitleScreen::Tick()
{
TryLoadSequence();
_sequencePlayer->Update();
OpenRCT2::Audio::PlayTitleMusic();

int32_t numUpdates = 1;
if (gGameSpeed > 1)
Expand Down

0 comments on commit 485f13c

Please sign in to comment.