mirror of
https://gitlab.com/hoggit/developers/hoggit.git
synced 2025-11-10 15:43:28 +00:00
Adds F-14B coordinate system
This commit is contained in:
parent
bb4803baa0
commit
fa21d3caf0
@ -55,7 +55,8 @@ HOGGIT.CoordForPlaneType = function(planeType, pos)
|
|||||||
["Ka-50"] = ddm,
|
["Ka-50"] = ddm,
|
||||||
["M-2000C"] = ddm,
|
["M-2000C"] = ddm,
|
||||||
["A-10C"] = mgrs,
|
["A-10C"] = mgrs,
|
||||||
["AJS37"] = endms6
|
["AJS37"] = endms6,
|
||||||
|
["F-14B"] = ddm
|
||||||
-- Everything else will default to dms. Add things here if we need exclusions.
|
-- Everything else will default to dms. Add things here if we need exclusions.
|
||||||
}
|
}
|
||||||
local f = unitCoordTypeTable[planeType]
|
local f = unitCoordTypeTable[planeType]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user