# HG changeset patch # User Ryan C. Gordon # Date 1003861740 0 # Node ID 9d122da5f5a91e0420fcb3b3809070a35f9958c9 # Parent 023c3e7f028b46ca31a0d68626d64a413c497265 Updated. diff -r 023c3e7f028b -r 9d122da5f5a9 CHANGELOG --- a/CHANGELOG Tue Oct 23 18:27:31 2001 +0000 +++ b/CHANGELOG Tue Oct 23 18:29:00 2001 +0000 @@ -98,6 +98,9 @@ the start of a tweaked audio converter. 10172001 - Torbjörn catches a problem with the overflow buffer in playsound's audio callback. +10232001 - Rewrote playsound.c's audio_callback() to no longer need the + overflow buffer hack, which streamlines it a little and trims the + memory requirements for playsound by about 16 kilobytes. --ryan. (icculus@clutteredmind.org)