Page 1 of 1

(fixed) dsb_stopsound(-1) not working

Posted: Fri Dec 21, 2018 11:30 am
by Gambit37
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?

Re: (fixed) dsb_stopsound(-1) not working

Posted: Fri Dec 21, 2018 9:13 pm
by Sophia
No, somewhere along the line I tried to do something clever and ended up breaking it. It'll work in 0.72.

Re: (fixed) dsb_stopsound(-1) not working

Posted: Sat Dec 22, 2018 1:51 pm
by Gambit37
Great, thank you ☺