music_gui.c
changeset 1608 70a3c1a6576d
parent 1093 4fdc46eaf423
child 1724 d924b0c632e7
equal deleted inserted replaced
1607:fd027776f222 1608:70a3c1a6576d
   179 	}
   179 	}
   180 
   180 
   181 	if (_song_is_active == false)
   181 	if (_song_is_active == false)
   182 		return;
   182 		return;
   183 
   183 
   184 	if (!_music_driver->is_song_playing()) {
   184 	if (!_music_driver->is_song_playing() && _game_mode != GM_MENU) {
   185 		StopMusic();
   185 		StopMusic();
   186 		SkipToNextSong();
   186 		SkipToNextSong();
   187 		PlayPlaylistSong();
   187 		PlayPlaylistSong();
   188 	}
   188 	}
   189 }
   189 }