Skip to content
Snippets Groups Projects
Commit e695cf91 authored by Marco Z's avatar Marco Z
Browse files

Merge branch 'music-cleanup' into music-sdlmixerx

parents 3c755a85 30b8408c
No related branches found
No related tags found
No related merge requests found
......@@ -633,7 +633,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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment