1
0
Fork 0

Make sure the ATIS reports surface winds at airports above sea-level

This commit is contained in:
daveluff 2004-12-27 23:55:54 +00:00
parent a7139a816c
commit 7793c32f95

View file

@ -100,7 +100,7 @@ void FGATIS::UpdateTransmission() {
FGEnvironment stationweather =
((FGEnvironmentMgr *)globals->get_subsystem("environment"))
->getEnvironment(lat, lon, elev);
->getEnvironment(lat, lon, 0.0);
transmission = "";