Make sure the ATIS reports surface winds at airports above sea-level
This commit is contained in:
parent
a7139a816c
commit
7793c32f95
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ void FGATIS::UpdateTransmission() {
|
|||
|
||||
FGEnvironment stationweather =
|
||||
((FGEnvironmentMgr *)globals->get_subsystem("environment"))
|
||||
->getEnvironment(lat, lon, elev);
|
||||
->getEnvironment(lat, lon, 0.0);
|
||||
|
||||
transmission = "";
|
||||
|
||||
|
|
Loading…
Reference in a new issue