mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-26 03:30:46 +00:00
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:
parent
949feae240
commit
635a25db72
1 changed files with 7 additions and 0 deletions
|
@ -1762,6 +1762,13 @@ void G_SetupFilenameBasedMusic(char *nameBuf, const char *fileName, int levelNum
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_VORBIS
|
#ifdef HAVE_VORBIS
|
||||||
"ogg",
|
"ogg",
|
||||||
|
#endif
|
||||||
|
#ifdef HAVE_XMP
|
||||||
|
"xm",
|
||||||
|
"mod",
|
||||||
|
"it",
|
||||||
|
"s3m",
|
||||||
|
"mtm",
|
||||||
#endif
|
#endif
|
||||||
"mid"
|
"mid"
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue