Mixer: HAVE_LIBGME ifdef in I_LoadSong

This commit is contained in:
mazmazz 2018-09-15 00:34:55 -04:00
parent 9a5eb02459
commit 40a8c9c1ee
1 changed files with 5 additions and 1 deletions

View File

@ -566,7 +566,11 @@ boolean I_LoadSong(char *data, size_t len)
const size_t key3len = strlen(key3);
char *p = data;
if (music || gme)
if (music
#ifdef HAVE_LIBGME
|| gme
#endif
)
I_UnloadSong();
#ifdef HAVE_LIBGME