From: Mario Date: Mon, 5 Feb 2018 04:37:02 +0000 (+1000) Subject: Give unclaimed domination control points a placeholder (blue) icon X-Git-Tag: xonotic-v0.8.5~2328^2~10 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=66463cd6696ccfa58008720a1e6a0921c2c71c1c;p=xonotic%2Fxonotic-data.pk3dir.git Give unclaimed domination control points a placeholder (blue) icon --- diff --git a/qcsrc/common/mutators/mutator/waypoints/all.inc b/qcsrc/common/mutators/mutator/waypoints/all.inc index 0e2b51946..b527bdc1a 100644 --- a/qcsrc/common/mutators/mutator/waypoints/all.inc +++ b/qcsrc/common/mutators/mutator/waypoints/all.inc @@ -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);