Fine-tune target waypoints for Strike Eagle

This commit is contained in:
Raffson
2024-03-10 00:49:36 +01:00
parent a9287809a3
commit 3cd1b2f80a
4 changed files with 15 additions and 4 deletions

View File

@@ -97,6 +97,7 @@ class QPredefinedWaypointSelectionComboBox(QFilteredComboBox):
wpt.description = f"Friendly unit: {target.name}"
else:
wpt.description = f"Enemy unit: {target.name}"
wpt.waypoint_type = FlightWaypointType.TARGET_POINT
i = add_model_item(i, model, wpt.pretty_name, wpt)
if self.include_airbases: