Skip to content
Snippets Groups Projects
Commit 2fbe206e authored by Marco Z's avatar Marco Z
Browse files

A word

(cherry picked from commit fb6f8c8a)
parent b0c47e2f
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment