Skip to content

Commit

Permalink
Fixed bug 1062 (fix for incorrect define for MOD_MUSIC)
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Feb 17, 2011
1 parent 22d3147 commit 37bd335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion music.c
Expand Up @@ -1409,7 +1409,7 @@ Mix_Music *Mix_LoadMUS_RW(SDL_RWops *rw)
#endif
} else
#endif
#if defined(MODPLUG_MUSIC) || defined(MODPLUG_MUSIC)
#if defined(MODPLUG_MUSIC) || defined(MOD_MUSIC)
if (1) {
music->error = 1;
#ifdef MODPLUG_MUSIC
Expand Down

0 comments on commit 37bd335

Please sign in to comment.