]> git.mxchange.org Git - flightgear.git/blobdiff - src/Sound/soundmgr.hxx
Added static port system and a new altimeter model connected to it.
[flightgear.git] / src / Sound / soundmgr.hxx
index fbab39fc469ad74194eb000ee7a0d497c8173c5e..3e89b225bbc63a3ad70b5359580caa6602436946 100644 (file)
@@ -57,7 +57,6 @@ private:
     slEnvelope *volume_envelope;
     double pitch;
     double volume;
-    int requests;
 
 public:
 
@@ -115,7 +114,6 @@ class FGSoundMgr : public FGSubsystem
     sound_map sounds;
     sample_map samples;
 
-    SGTimeStamp last;
     double safety;
 
 public:
@@ -145,7 +143,7 @@ public:
     /**
      * Run the audio scheduler.
      */
-    void update(int dt);
+    void update(double dt);
 
 
     /**