]> git.mxchange.org Git - flightgear.git/blobdiff - src/Autopilot/route_mgr.hxx
only lock AP automatically if above /autopilot/route-manager/min-lock-altitude-agl-ft
[flightgear.git] / src / Autopilot / route_mgr.hxx
index 69fa508af84aa934975b08df5bf8da6fe9011a8d..22d373a3dfddb8cba63ee78c528c273072d47ee1 100644 (file)
@@ -95,7 +95,7 @@ private:
 
     int make_waypoint( SGWayPoint **wp, string& target );
     void update_mirror();
-    bool on_ground();
+    bool near_ground();
 
 public: