From: curt Date: Fri, 10 Apr 2009 18:40:54 +0000 (+0000) Subject: One more minor tweak on glideslope handling when slaved to gps. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d83286354ce5fba97611ca0d45fb6c3bf27dae34;p=flightgear.git One more minor tweak on glideslope handling when slaved to gps. --- diff --git a/src/Instrumentation/navradio.cxx b/src/Instrumentation/navradio.cxx index 60fd44155..021447007 100644 --- a/src/Instrumentation/navradio.cxx +++ b/src/Instrumentation/navradio.cxx @@ -320,6 +320,7 @@ FGNavRadio::update(double dt) bool has_gs = false; if ( nav_slaved_to_gps_node->getBoolValue() ) { has_gs = gps_has_gs_node->getBoolValue(); + has_gs_node->setBoolValue( has_gs ); inrange = gps_to_flag_node->getBoolValue() || gps_from_flag_node->getBoolValue(); } else {