mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-18 03:22:35 +00:00
MUS_MODPLUG fix
This commit is contained in:
parent
98766ae50e
commit
2c2a96b554
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…
Add table
Reference in a new issue