changeset 3843:ce229f6b5ce0 SDL-ryan-multiple-audio-device

Added a FIXME.
author Ryan C. Gordon <icculus@icculus.org>
date Tue, 17 Oct 2006 06:42:06 +0000
parents 6b04ca2f1016
children 332a59e39ce1
files src/audio/SDL_audio.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/audio/SDL_audio.c	Tue Oct 17 06:37:42 2006 +0000
+++ b/src/audio/SDL_audio.c	Tue Oct 17 06:42:06 2006 +0000
@@ -373,6 +373,7 @@
         driver_name = SDL_getenv("SDL_AUDIODRIVER");
     }
 
+    /* !!! FIXME: what's the point of separating available() and init()? */
     if (driver_name != NULL) {
         for (i = 0; bootstrap[i]; ++i) {
             if (SDL_strcasecmp(bootstrap[i]->name, driver_name) == 0) {