Diff for /np2/sound/sound.c between versions 1.7 and 1.8

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

Removed from v.1.7  
changed lines
  Added in v.1.8


RetroPC.NET-CVS <cvs@retropc.net>