From d83286354ce5fba97611ca0d45fb6c3bf27dae34 Mon Sep 17 00:00:00 2001 From: curt Date: Fri, 10 Apr 2009 18:40:54 +0000 Subject: [PATCH] One more minor tweak on glideslope handling when slaved to gps. --- src/Instrumentation/navradio.cxx | 1 + 1 file changed, 1 insertion(+) 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 {