rnd-20020511-1-src
[rocksndiamonds.git] / src / libgame / system.h
index 316de68ed16bc4f1c84817d79f9472b2c8b1966a..d6223182e03e681e8e1e6b87bbf944400c8f6bf6 100644 (file)
@@ -236,13 +236,14 @@ struct AudioSystemInfo
   boolean sound_enabled;
   boolean sound_deactivated;   /* for temporarily disabling sound */
 
-  int soundserver_pipe[2];
-  int soundserver_pid;
+  int mixer_pipe[2];
+  int mixer_pid;
   char *device_name;
   int device_fd;
 
-  int channels;
+  int num_channels;
   int music_channel;
+  int first_sound_channel;
 };
 
 struct GfxInfo