rnd-20020512-1-src
[rocksndiamonds.git] / src / libgame / sound.h
index 13d0b356f91b83290b7b0c197bc09b730f7b3c61..db99a81d2a77f660a4503973488b4cea5ae39dd5 100644 (file)
@@ -267,12 +267,12 @@ struct SoundControl
 
   int nr;
   int volume;
-  int stereo;
+  int stereo_position;
 
   int state;
 
-  int playingtime;
-  long playingpos;
+  unsigned long playing_starttime;
+  unsigned long playing_pos;
 
   int type;
   int format;