From: daveluff Date: Mon, 27 Dec 2004 23:55:54 +0000 (+0000) Subject: Make sure the ATIS reports surface winds at airports above sea-level X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7793c32f95dc4592e6eae9fba8d5aaa84fb015d9;p=flightgear.git Make sure the ATIS reports surface winds at airports above sea-level --- 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 = "";