Skip to content

Commit

Permalink
Fixed bug 1358
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jan 4, 2012
1 parent 17a5f42 commit 19df5f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions music.c
Expand Up @@ -199,10 +199,12 @@ static int music_halt_or_loop (void)

if (!music_internal_playing())
{
#ifdef USE_NATIVE_MIDI
/* Native MIDI handles looping internally */
if (music_playing->type == MUS_MID && native_midi_ok) {
music_loops = 0;
}
#endif

/* Restart music if it has to loop at a high level */
if (music_loops)
Expand Down

0 comments on commit 19df5f0

Please sign in to comment.