]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/SP/ACMS.hxx
Fix stall widths for the "auxilliary" (reverse flow) stalls so they
[flightgear.git] / src / FDM / SP / ACMS.hxx
index bdfb769f744d220e453a0a22e0fd92c40e515d72..b6ede0c3bdb5e8a8afc538317eaea67ab895138a 100644 (file)
@@ -40,6 +40,12 @@ public:
     // update position based on properties
     void update( double dt );
 
+private:
+
+    SGPropertyNode *_alt, *_speed, *_climb_rate;
+    SGPropertyNode *_pitch, *_roll, *_heading;
+    SGPropertyNode *_acc_lat, *_acc_lon, *_acc_down;
+    SGPropertyNode *_temp, *_wow;
 };