El gamestate_title ya puede empezar en diferentes estados

This commit is contained in:
2024-02-07 18:34:19 +01:00
parent e2e41cf435
commit 5c7f72253c
3 changed files with 4 additions and 2 deletions

View File

@@ -173,7 +173,7 @@ void LoadingScreen::updateLoad()
if (loadCounter >= 768)
{
section->name = SECTION_TITLE;
section->subsection = 0;
section->subsection = SUBSECTION_TITLE_WITH_LOADING_SCREEN;
JA_StopMusic();
}
}