mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-08-12 15:32:43 +00:00
ATIS v0.2.0
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user