Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Feb 12, 2003
1 parent b9bea5f commit 3d601d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions music.c
Expand Up @@ -182,9 +182,9 @@ void music_mixer(void *udata, Uint8 *stream, int len)
if ( !music_internal_playing() ) {
/* Restart music if it has to loop at a high level */
if ( music_loops && --music_loops ) {
Mix_Fading current_fade = music_playing->fading;
Mix_Fading current_fade = music_playing->fading;
music_internal_play(music_playing, 0.0);
music_playing->fading = current_fade;
music_playing->fading = current_fade;
} else {
music_internal_halt();
if ( music_finished_hook ) {
Expand Down

0 comments on commit 3d601d0

Please sign in to comment.