]> git.mxchange.org Git - flightgear.git/commitdiff
Set ATC ground tx-power and antenna gain to smaller values
authoradrian <adrian@localhost.com>
Sat, 3 Dec 2011 16:55:11 +0000 (18:55 +0200)
committeradrian <adrian@localhost.com>
Sat, 3 Dec 2011 16:55:11 +0000 (18:55 +0200)
src/Radio/radio.cxx

index 038f4a8307652c32cbcc7924bbd8e8bb9dfbd180..be8dc1ef339927776dbfa7fed458d41f7e8d50a6 100644 (file)
@@ -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; 
        }