Diff for /np2/sound/sound.c between versions 1.2 and 1.3

version 1.2, 2003/10/19 14:56:15 version 1.3, 2003/10/19 16:54:51
Line 101  BOOL sound_create(UINT rate, UINT ms) { Line 101  BOOL sound_create(UINT rate, UINT ms) {
         }          }
         sndstream.samples = samples;          sndstream.samples = samples;
         streamreset();          streamreset();
         ratebase200 = (opna_rate + 199) / 200;          ratebase200 = (rate + 199) / 200;
   
         SNDCSEC_INIT;          SNDCSEC_INIT;
         return(SUCCESS);          return(SUCCESS);

Removed from v.1.2  
changed lines
  Added in v.1.3


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