MUS_MODPLUG fix

This commit is contained in:
mazmazz 2019-01-04 18:39:09 -05:00
parent 14a361cb6d
commit 87c015e340

View file

@ -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)