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)