--- np2/sound/sound.c 2003/10/25 19:10:37 1.7 +++ np2/sound/sound.c 2003/11/13 17:01:17 1.8 @@ -37,7 +37,7 @@ static void streamreset(void) { sndstream.ptr = sndstream.buffer; sndstream.remain = sndstream.samples + sndstream.reserve; sndstream.cbreg = sndstream.cb; - SNDCSEC_TERM; + SNDCSEC_LEAVE; } static void streamprepare(UINT samples) {