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

A word

parent df455fc6
No related branches found
No related tags found
No related merge requests found
...@@ -719,8 +719,9 @@ boolean I_PlaySong(boolean looping) ...@@ -719,8 +719,9 @@ boolean I_PlaySong(boolean looping)
Mix_HookMusic(mix_gme, gme); Mix_HookMusic(mix_gme, gme);
return true; return true;
} }
else
#endif #endif
else if (!music) if (!music)
return false; return false;
if (Mix_PlayMusic(music, looping && loop_point == 0.0f ? -1 : 0) == -1) 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