From 43dce6a2be0e0d0a65d47e1fbf9879dcbd5e481c Mon Sep 17 00:00:00 2001 From: mfranz Date: Tue, 9 May 2006 21:08:01 +0000 Subject: [PATCH] remove wrong comment; should be obvious, anyway --- src/Autopilot/route_mgr.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Autopilot/route_mgr.cxx b/src/Autopilot/route_mgr.cxx index 0da9c28dc..78b15f167 100644 --- a/src/Autopilot/route_mgr.cxx +++ b/src/Autopilot/route_mgr.cxx @@ -140,8 +140,6 @@ void FGRouteMgr::update( double dt ) { true_hdg_deg->setDoubleValue( wp_course ); double target_alt = wp.get_target_alt(); - // activate altitude lock only once per route (this can't be done in - // new_waypoint() because the first wp might not have an altitude defined at all) if (!altitude_set && target_alt > -9990) { target_altitude_ft->setDoubleValue( target_alt * SG_METER_TO_FEET ); altitude_lock->setStringValue( "altitude-hold" );