mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-02-26 22:01:22 +00:00
A word
(cherry picked from commit fb6f8c8a0752c229f5b7369729437c8fecb54d45)
This commit is contained in:
parent
b0c47e2fb1
commit
2fbe206ecb
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue