From: ThorstenB Date: Mon, 7 Nov 2011 20:49:12 +0000 (+0100) Subject: navradio: set receiver's signal-quality-norm to 0 when navaid station X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6fbb5aaf99636ea9918a863581ee6f25747bdae4;p=flightgear.git navradio: set receiver's signal-quality-norm to 0 when navaid station is lost --- diff --git a/src/Instrumentation/navradio.cxx b/src/Instrumentation/navradio.cxx index 2103bb364..076839c36 100644 --- a/src/Instrumentation/navradio.cxx +++ b/src/Instrumentation/navradio.cxx @@ -440,6 +440,7 @@ void FGNavRadio::updateReceiver(double dt) _gsNeedleDeflectionNorm = 0.0; heading_node->setDoubleValue(0.0); inrange_node->setBoolValue(false); + signal_quality_norm_node->setDoubleValue(0.0); return; }