ATIS v0.2.0

This commit is contained in:
Frank
2019-09-30 00:33:19 +02:00
parent fff30c21cd
commit 5c8a3f695e
2 changed files with 244 additions and 56 deletions
+1 -1
View File
@@ -1031,7 +1031,7 @@ function AIRBASE:GetRunwayData()
self:T(string.format("Runway coords # = %d", #runwaycoords))
-- Magnetic declination.
local magvar=0 --UTILS.GetMagneticDeclination()
local magvar=UTILS.GetMagneticDeclination()
for i=1,#runwaycoords,2 do