]> git.mxchange.org Git - flightgear.git/blobdiff - src/Systems/static.hxx
#545: Fix ATC chatter sound settings being ignored
[flightgear.git] / src / Systems / static.hxx
index fcacd925b6e05c07bdd2c120c17cd7798caadf1e..b4853d1ea26f405151027606e750605a74738ce0 100644 (file)
@@ -46,8 +46,9 @@ public:
 
 private:
 
-    string name;
-    int num;
+    std::string _name;
+    int _num;
+    double _tau;
     SGPropertyNode_ptr _serviceable_node;
     SGPropertyNode_ptr _pressure_in_node;
     SGPropertyNode_ptr _pressure_out_node;