rnd-20020424-1-src
[rocksndiamonds.git] / src / libgame / system.h
index f3569763da539a17284b19110d516426b7896033..316de68ed16bc4f1c84817d79f9472b2c8b1966a 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];
@@ -244,7 +243,6 @@ struct AudioSystemInfo
 
   int channels;
   int music_channel;
-  int music_nr;
 };
 
 struct GfxInfo