Set ATC ground tx-power and antenna gain to smaller values
This commit is contained in:
parent
52bdb959c7
commit
b685fffd82
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue