Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Aug 23, 2005
1 parent d2e9d4b commit 691f06f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions music.c
Expand Up @@ -393,9 +393,8 @@ int open_music(SDL_AudioSpec *mixer)
if ( list )
free(list);
else
#else
MikMod_RegisterDriver(&drv_nos);
#endif
MikMod_RegisterDriver(&drv_nos);
#ifdef LIBMIKMOD_MUSIC
list = MikMod_InfoLoader();
if ( list )
Expand Down

0 comments on commit 691f06f

Please sign in to comment.