Fix state names and finalize v1.7.1

This commit is contained in:
Michael Howard 2026-04-23 16:22:19 -05:00
parent bbeec34781
commit 746912895c
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -815,7 +815,7 @@ int main(void)
// Update
//----------------------------------------------------------------------------------
// Update ONLY active music streams and ensure others are fully stopped
if (currentState == MAIN_MENU || currentState == WORLD_SELECT || currentState == CREATE_WORLD) {
if (currentState == MAIN_MENU || currentState == LOAD_WORLD_MENU || currentState == CREATE_WORLD_MENU) {
UpdateMusicStream(titleMusic);
if (IsMusicStreamPlaying(gameplayMusic)) StopMusicStream(gameplayMusic);
if (IsMusicStreamPlaying(nightMusic)) StopMusicStream(nightMusic);