zsound
zsound copied to clipboard
Calling zsm_stopmusic() no music playing causes issues
If you call zsm_stopmusic() before any music is playing, it nearly crashes your program. It seems to run over some memory probably because some things are not initialized (like zsm_chanmask). Perhaps is can detect no music is playing and just return.