]> git.mxchange.org Git - flightgear.git/blobdiff - src/Systems/static.hxx
Temporarily disable Nasal callbacks in lazily loaded scenery models
[flightgear.git] / src / Systems / static.hxx
index f777863bd69227c37998aa924bef2ec82a8dfe98..b4853d1ea26f405151027606e750605a74738ce0 100644 (file)
@@ -46,8 +46,9 @@ public:
 
 private:
 
-    string _name;
+    std::string _name;
     int _num;
+    double _tau;
     SGPropertyNode_ptr _serviceable_node;
     SGPropertyNode_ptr _pressure_in_node;
     SGPropertyNode_ptr _pressure_out_node;