]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Give unclaimed domination control points a placeholder (blue) icon
authorMario <mario@smbclan.net>
Mon, 5 Feb 2018 04:37:02 +0000 (14:37 +1000)
committerMario <mario@smbclan.net>
Mon, 5 Feb 2018 04:37:02 +0000 (14:37 +1000)
qcsrc/common/mutators/mutator/waypoints/all.inc

index 0e2b519468690fdfe8b4abe2018349d7b04b2497..b527bdc1a84b020088603478e4007db063ce5c75 100644 (file)
@@ -28,7 +28,7 @@ REGISTER_WAYPOINT(FlagBaseYellow, _("Yellow base"), "flag_yellow_taken", '0.8 0.
 REGISTER_WAYPOINT(FlagBasePink, _("Pink base"), "flag_pink_taken", '0.8 0.8 0', 1);
 REGISTER_WAYPOINT(FlagReturn, _("Return flag here"), "", '0 0.8 0.8', 1);
 
-REGISTER_WAYPOINT(DomNeut, _("Control point"), "", '0 1 1', 1);
+REGISTER_WAYPOINT(DomNeut, _("Control point"), "dom_icon_blue-highlighted", '0 1 1', 1);
 REGISTER_WAYPOINT(DomRed, _("Control point"), "dom_icon_red-highlighted", '0 1 1', 1);
 REGISTER_WAYPOINT(DomBlue, _("Control point"), "dom_icon_blue-highlighted", '0 1 1', 1);
 REGISTER_WAYPOINT(DomYellow, _("Control point"), "dom_icon_yellow-highlighted", '0 1 1', 1);