From 7793c32f95dc4592e6eae9fba8d5aaa84fb015d9 Mon Sep 17 00:00:00 2001 From: daveluff Date: Mon, 27 Dec 2004 23:55:54 +0000 Subject: [PATCH] Make sure the ATIS reports surface winds at airports above sea-level --- src/ATC/atis.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ATC/atis.cxx b/src/ATC/atis.cxx index 2a8780bbf..c8f30ac0f 100644 --- a/src/ATC/atis.cxx +++ b/src/ATC/atis.cxx @@ -100,7 +100,7 @@ void FGATIS::UpdateTransmission() { FGEnvironment stationweather = ((FGEnvironmentMgr *)globals->get_subsystem("environment")) - ->getEnvironment(lat, lon, elev); + ->getEnvironment(lat, lon, 0.0); transmission = ""; -- 2.39.5