Adds F-14B coordinate system

This commit is contained in:
Lugghawk 2019-03-28 00:43:23 -04:00
parent bb4803baa0
commit fa21d3caf0

View File

@ -55,7 +55,8 @@ HOGGIT.CoordForPlaneType = function(planeType, pos)
["Ka-50"] = ddm,
["M-2000C"] = ddm,
["A-10C"] = mgrs,
["AJS37"] = endms6
["AJS37"] = endms6,
["F-14B"] = ddm
-- Everything else will default to dms. Add things here if we need exclusions.
}
local f = unitCoordTypeTable[planeType]