Fix state names and finalize v1.7.1
This commit is contained in:
parent
bbeec34781
commit
746912895c
Binary file not shown.
Binary file not shown.
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue