Skip to content

Commit

Permalink
music.c: Fixed misdetection of some MOD files as IMF
Browse files Browse the repository at this point in the history
  • Loading branch information
Wohlstand committed Oct 4, 2024
1 parent c848f9d commit 0d70c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/music.c
Original file line number Diff line number Diff line change
Expand Up @@ -1385,7 +1385,7 @@ static int detect_mod(SDL_RWops *in, Sint64 start)
const char * const mod_known_magics[] = {
"M.K.", "M!K!", "M&K!", "N.T.", "6CHN", "8CHN",
"CD61", "CD81", "TDZ1", "TDZ2", "TDZ3", "TDZ4",
"FA04", "FA06", "FA08", "LARD", "NSMS",
"FA04", "FA06", "FA08", "LARD", "NSMS", "FLT4",
NULL
};

Expand Down

0 comments on commit 0d70c6d

Please sign in to comment.