Mercurial > SDL_sound_CoreAudio
changeset 115:12688fbf9f59
Updated.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Thu, 04 Oct 2001 19:37:05 +0000 |
parents | dd95a12539fd |
children | 1b36803660bc |
files | CHANGELOG |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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)