From: adrian Date: Sat, 3 Dec 2011 16:55:11 +0000 (+0200) Subject: Set ATC ground tx-power and antenna gain to smaller values X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b685fffd820d98c7798d02466a060a7f29d0fbc4;p=flightgear.git Set ATC ground tx-power and antenna gain to smaller values --- diff --git a/src/Radio/radio.cxx b/src/Radio/radio.cxx index 038f4a830..be8dc1ef3 100644 --- a/src/Radio/radio.cxx +++ b/src/Radio/radio.cxx @@ -119,9 +119,9 @@ void FGRadioTransmission::receiveATC(SGGeod tx_pos, double freq, string text, in if(ground_to_air == 1) { - _transmitter_power += 6.0; + _transmitter_power += 4.0; _tx_antenna_height += 30.0; - _tx_antenna_gain += 3.0; + _tx_antenna_gain += 2.0; }