Diff for /np2/sound/getsnd/getsmix.c between versions 1.1 and 1.2

version 1.1, 2004/01/08 16:29:56 version 1.2, 2004/02/18 20:11:37
Line 98  BOOL getsnd_setmixproc(GETSND snd, UINT  Line 98  BOOL getsnd_setmixproc(GETSND snd, UINT 
   
         int             funcnum;          int             funcnum;
   
         if ((snd->samplingrate < 8000) || (snd->samplingrate > 48000)) {          if ((snd->samplingrate < 8000) || (snd->samplingrate > 96000)) {
                 goto gssmp_err;                  goto gssmp_err;
         }          }
         if ((samprate < 8000) || (samprate > 48000)) {          if ((samprate < 8000) || (samprate > 96000)) {
                 goto gssmp_err;                  goto gssmp_err;
         }          }
   

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


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