]> git.mxchange.org Git - flightgear.git/blobdiff - src/Autopilot/route_mgr.hxx
only activate heading & altitude lock when in air (and even then it should
[flightgear.git] / src / Autopilot / route_mgr.hxx
index 8952ed922436acc8223b163bca0f1f75ffa14709..69fa508af84aa934975b08df5bf8da6fe9011a8d 100644 (file)
@@ -95,6 +95,7 @@ private:
 
     int make_waypoint( SGWayPoint **wp, string& target );
     void update_mirror();
+    bool on_ground();
 
 public: