From 2c2a96b55406ee9b2154211efd06aa5ebbaca2e9 Mon Sep 17 00:00:00 2001 From: mazmazz Date: Fri, 4 Jan 2019 18:39:09 -0500 Subject: [PATCH] MUS_MODPLUG fix --- src/sdl/mixer_sound.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sdl/mixer_sound.c b/src/sdl/mixer_sound.c index 1ed044a14..035d3f51f 100644 --- a/src/sdl/mixer_sound.c +++ b/src/sdl/mixer_sound.c @@ -1137,7 +1137,7 @@ boolean I_LoadSong(char *data, size_t len) #ifdef HAVE_OPENMPT switch(Mix_GetMusicType(music)) { - case MUS_MODPLUG_UNUSED: + case MUS_MODPLUG: case MUS_MOD: mod = openmpt_module_create_from_memory2(data, len, NULL, NULL, NULL, NULL, NULL, NULL, NULL); if (!mod)