rnd-20020510-4-src
[rocksndiamonds.git] / src / libgame / system.h
index 924b906032aa2ff0c8ce0a3896e3304f3939a18a..d6223182e03e681e8e1e6b87bbf944400c8f6bf6 100644 (file)
@@ -236,8 +236,8 @@ 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;