1
0
Fork 0

navradio: set receiver's signal-quality-norm to 0 when navaid station

is lost
This commit is contained in:
ThorstenB 2011-11-07 21:49:12 +01:00
parent 10e6cc016b
commit 6fbb5aaf99

View file

@ -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;
}