From ded664e89e91c2f9980482acff8844555c9e8292 Mon Sep 17 00:00:00 2001 From: Torsten Dreyer Date: Thu, 23 Dec 2010 22:16:55 +0100 Subject: [PATCH] bugfix: set signal-quality-norm to zero if off or unserviceable --- src/Instrumentation/navradio.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Instrumentation/navradio.cxx b/src/Instrumentation/navradio.cxx index fafd7b286..4be95c416 100644 --- a/src/Instrumentation/navradio.cxx +++ b/src/Instrumentation/navradio.cxx @@ -383,6 +383,7 @@ FGNavRadio::update(double dt) void FGNavRadio::clearOutputs() { inrange_node->setBoolValue( false ); + signal_quality_norm_node->setDoubleValue( 0.0 ); cdi_deflection_node->setDoubleValue( 0.0 ); cdi_deflection_norm_node->setDoubleValue( 0.0 ); cdi_xtrack_error_node->setDoubleValue( 0.0 ); -- 2.39.5