# HG changeset patch # User Ryan C. Gordon # Date 1002224225 0 # Node ID 12688fbf9f59438f6094372851d72d63fecdb4e4 # Parent dd95a12539fdbedb8824bdd6695c5418ac450012 Updated. diff -r dd95a12539fd -r 12688fbf9f59 CHANGELOG --- a/CHANGELOG Thu Oct 04 19:35:53 2001 +0000 +++ b/CHANGELOG Thu Oct 04 19:37:05 2001 +0000 @@ -75,6 +75,9 @@ Changed playsound to open the audio device to match the properties of each sound file, which results in less conversion (and therefore, more chance of correct playback). +10042001 - Changed some #if (defined SOUND_SUPPORTS_*) lines to + #ifdef SOUND_SUPPORTS_* in voc.c and shn.c, for consistency with + the other decoders. --ryan. (icculus@clutteredmind.org)