changeset 315:aaf9142d5a9e

Updated.
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 25 Apr 2002 19:06:27 +0000
parents e867f050912c
children 51337f0277e7
files CHANGELOG
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG	Wed Apr 24 20:48:30 2002 +0000
+++ b/CHANGELOG	Thu Apr 25 19:06:27 2002 +0000
@@ -3,10 +3,10 @@
  */
 
 04242002 - Added --seek option and bugfixes to playsound.c. Torbjörn comes
-           through with seek support for the FLAC, MIDI, Mikmod, and ModPlug
-           decoders, and a bugfix for sample flag manipulation in the base
-           library (and his own --seek code for playsound, which unfortunately
-           we're not using).
+           through with seek support for the FLAC, MIDI, and ModPlug
+           decoders (and some stub code for MikMod), and a bugfix for sample
+           flag manipulation in the base library (and his own --seek code for
+           playsound, which unfortunately we're not using).
 04232002 - Cleaned up the playsound command line handling. Most command line
            options (--rate, --format, --predecode, etc) are specified per-file
            and reset to their defaults after each sample is played back.