COORDINATE - additions to BRAANATO

AWACS - make bogey dope use the priority queue to avoid collisions. Say "very low" and not "zero thousand", drop "vanished" if not tags is requested
This commit is contained in:
Applevangelist
2022-06-14 13:07:07 +02:00
parent ab31aecdac
commit 3eb9bfe9ee
2 changed files with 26 additions and 14 deletions

View File

@@ -2804,6 +2804,10 @@ do -- COORDINATE
alttext = string.format("Angels %d",alt)
end
if alt < 1 then
alttext = "very low"
end
local track = UTILS.BearingToCardinal(bearing) or "North"
if rangeNM > 3 then