mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Added more display options for SAMS
This commit is contained in:
@@ -51,7 +51,9 @@ class DisplayOptions:
|
||||
control_points = DisplayRule("Control Points", True)
|
||||
lines = DisplayRule("Lines", True)
|
||||
events = DisplayRule("Events", True)
|
||||
sam_ranges = DisplayRule("SAM Ranges", True)
|
||||
sam_ranges = DisplayRule("Ally SAM Threat Range", False)
|
||||
enemy_sam_ranges = DisplayRule("Enemy SAM Threat Range", True)
|
||||
detection_range = DisplayRule("SAM Detection Range", False)
|
||||
waypoint_info = DisplayRule("Waypoint Information", True)
|
||||
flight_paths = FlightPathOptions()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user