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

Missed #ifdef HAVE_LIBGME in win_snd

parent 302358c4
No related branches found
No related tags found
No related merge requests found
......@@ -551,7 +551,12 @@ boolean I_LoadSong(char *data, size_t len)
FMOD_TAG tag;
unsigned int loopstart, loopend;
if (gme || music_stream)
if (
#ifdef HAVE_LIBGME
gme ||
#endif
music_stream
)
I_UnloadSong();
memset(&fmt, 0, sizeof(FMOD_CREATESOUNDEXINFO));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment