Skip to content

Commit

Permalink
add "gdm" among the module music extensions after the libmodplug update
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Jun 20, 2021
1 parent b305bbe commit 39d7c2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/music.c
Expand Up @@ -611,6 +611,7 @@ Mix_Music *Mix_LoadMUS(const char *file)
SDL_strcasecmp(ext, "DBM") == 0 ||
SDL_strcasecmp(ext, "DSM") == 0 ||
SDL_strcasecmp(ext, "FAR") == 0 ||
SDL_strcasecmp(ext, "GDM") == 0 ||
SDL_strcasecmp(ext, "IT") == 0 ||
SDL_strcasecmp(ext, "MED") == 0 ||
SDL_strcasecmp(ext, "MDL") == 0 ||
Expand Down

0 comments on commit 39d7c2b

Please sign in to comment.