mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Add DEAD to the flight recreate types.
This commit is contained in:
parent
58481268f7
commit
c850c0095d
@ -16,9 +16,10 @@ from gen.flights.flight import Flight, FlightType
|
|||||||
from gen.flights.flightplan import FlightPlanBuilder
|
from gen.flights.flightplan import FlightPlanBuilder
|
||||||
from qt_ui.windows.mission.flight.waypoints.QFlightWaypointList import \
|
from qt_ui.windows.mission.flight.waypoints.QFlightWaypointList import \
|
||||||
QFlightWaypointList
|
QFlightWaypointList
|
||||||
from qt_ui.windows.mission.flight.waypoints.QPredefinedWaypointSelectionWindow import \
|
from qt_ui.windows.mission.flight.waypoints\
|
||||||
|
.QPredefinedWaypointSelectionWindow import \
|
||||||
QPredefinedWaypointSelectionWindow
|
QPredefinedWaypointSelectionWindow
|
||||||
from theater import ControlPoint, FrontLine
|
from theater import FrontLine
|
||||||
|
|
||||||
|
|
||||||
class QFlightWaypointTab(QFrame):
|
class QFlightWaypointTab(QFrame):
|
||||||
@ -59,6 +60,7 @@ class QFlightWaypointTab(QFrame):
|
|||||||
recreate_types = [
|
recreate_types = [
|
||||||
FlightType.CAS,
|
FlightType.CAS,
|
||||||
FlightType.CAP,
|
FlightType.CAP,
|
||||||
|
FlightType.DEAD,
|
||||||
FlightType.ESCORT,
|
FlightType.ESCORT,
|
||||||
FlightType.SEAD,
|
FlightType.SEAD,
|
||||||
FlightType.STRIKE
|
FlightType.STRIKE
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user