rnd-20020510-2-src
[rocksndiamonds.git] / src / libgame / system.h
index f3569763da539a17284b19110d516426b7896033..924b906032aa2ff0c8ce0a3896e3304f3939a18a 100644 (file)
@@ -230,11 +230,10 @@ struct VideoSystemInfo
 struct AudioSystemInfo
 {
   boolean sound_available;
-  boolean music_available;
   boolean loops_available;
-  boolean mods_available;
-  boolean sound_enabled;
+  boolean music_available;
 
+  boolean sound_enabled;
   boolean sound_deactivated;   /* for temporarily disabling sound */
 
   int soundserver_pipe[2];
@@ -242,9 +241,9 @@ struct AudioSystemInfo
   char *device_name;
   int device_fd;
 
-  int channels;
+  int num_channels;
   int music_channel;
-  int music_nr;
+  int first_sound_channel;
 };
 
 struct GfxInfo