(cherry picked from commit fb6f8c8a07)
This commit is contained in:
mazmazz 2018-08-24 13:41:26 -04:00
parent b0c47e2fb1
commit 2fbe206ecb
1 changed files with 2 additions and 1 deletions

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)