Add escort mission planning to the UI.

This commit is contained in:
Dan Albert
2020-10-04 14:42:24 -07:00
parent 9e96aee89f
commit e0725ff139
3 changed files with 4 additions and 2 deletions

View File

@@ -57,6 +57,7 @@ class QFlightWaypointTab(QFrame):
recreate_types = [
FlightType.CAS,
FlightType.CAP,
FlightType.ESCORT,
FlightType.SEAD,
FlightType.STRIKE
]