This commit is contained in:
mazmazz 2018-08-24 13:41:26 -04:00
parent df455fc638
commit fb6f8c8a07

View file

@ -719,8 +719,9 @@ boolean I_PlaySong(boolean looping)
Mix_HookMusic(mix_gme, gme);
return true;
}
else
#endif
else if (!music)
if (!music)
return false;
if (Mix_PlayMusic(music, looping && loop_point == 0.0f ? -1 : 0) == -1)