(fixed) dsb_stopsound(-1) not working
Posted: Fri Dec 21, 2018 11:30 am
I'm testing dsb_stopsound(-1) and it doesn't seem to work. I've tried using it to stop all sounds within my sys_enter_level() function but sounds continue playing. I can stop sounds perfectly if I store a sound handle and use dsb_stopsound(handle).This applies to both sounds and music. Am I doing something wrong?