Skip to content

Commit

Permalink
give libxmp higher priority over libmodplug, if both are really enabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Jan 31, 2021
1 parent da511ce commit cecf457
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/music.c
Original file line number Diff line number Diff line change
Expand Up @@ -178,12 +178,12 @@ static Mix_MusicInterface *s_music_interfaces[] =
#ifdef MUSIC_MP3_MAD
&Mix_MusicInterface_MAD,
#endif
#ifdef MUSIC_MOD_MODPLUG
&Mix_MusicInterface_MODPLUG,
#endif
#ifdef MUSIC_MOD_XMP
&Mix_MusicInterface_XMP,
#endif
#ifdef MUSIC_MOD_MODPLUG
&Mix_MusicInterface_MODPLUG,
#endif
#ifdef MUSIC_MOD_MIKMOD
&Mix_MusicInterface_MIKMOD,
#endif
Expand Down

0 comments on commit cecf457

Please sign in to comment.