mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-22 02:42:20 +00:00
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