Le lun 20/09/2004 à 18:52, Matthieu Fertré a écrit : > Commit from gentildemon > 2004-09-20 18:52 CEST > Now jukebox.Stop() works !! > > Module > File name > Revision > > wormux > src/sound/jukebox.cpp > 1.4 > >>> > 1.5 > > wormux > src/sound/jukebox.h > 1.4 > >>> > 1.5
That's really cool ! Some comments about your code : "delete soundinit;" -> don't forget soundinit = NULL; because Jukebox::End() could be called two times or more ! And does Jukebox::StopAll() works ? Bye, Haypo