diff src/audio/SDL_sysaudio.h @ 3804:b12b7ec0dfcc SDL-ryan-multiple-audio-device

Removed an if (), which lets this code section be a little less cluttered...
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 04 Oct 2006 22:16:46 +0000
parents c8b3d3d13ed1
children 66fb40445587
line wrap: on
line diff
--- a/src/audio/SDL_sysaudio.h	Wed Oct 04 22:10:09 2006 +0000
+++ b/src/audio/SDL_sysaudio.h	Wed Oct 04 22:16:46 2006 +0000
@@ -109,7 +109,7 @@
     const char *desc;
     int (*available) (void);
     int (*init) (SDL_AudioDriverImpl *impl);
-    int demand:1;  /* 1==must request explicitly, or it won't be available. */
+    int demand_only:1;  /* 1==request explicitly, or it won't be available. */
 } AudioBootStrap;
 
 #endif /* _SDL_sysaudio_h */