mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-25 16:06:09 +00:00
A word
This commit is contained in:
parent
76ab06cdb2
commit
2961d32e4a
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…
Add table
Reference in a new issue