mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-16 09:02:06 +00:00
MUS_MODPLUG fix
This commit is contained in:
parent
14a361cb6d
commit
87c015e340
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue