Add the formats supported by libxmp-lite to the list of extensions to check for in G_SetupFilenameBasedMusic()

git-svn-id: https://svn.eduke32.com/eduke32@7173 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2018-11-18 18:08:02 +00:00
parent 949feae240
commit 635a25db72

View file

@ -1762,6 +1762,13 @@ void G_SetupFilenameBasedMusic(char *nameBuf, const char *fileName, int levelNum
#endif
#ifdef HAVE_VORBIS
"ogg",
#endif
#ifdef HAVE_XMP
"xm",
"mod",
"it",
"s3m",
"mtm",
#endif
"mid"
};