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