]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Make so that g_waypointsprite_team_here_p's trace hits map items, matching item detec... 672/head
authorterencehill <piuntn@gmail.com>
Fri, 2 Aug 2019 21:23:50 +0000 (23:23 +0200)
committerterencehill <piuntn@gmail.com>
Fri, 2 Aug 2019 21:24:16 +0000 (23:24 +0200)
qcsrc/server/impulse.qc

index 2320eb830ef50db38913df89c96a724ce801080d..49685d49d7ec088c9a3a5a83c993dadbb7f89bbf 100644 (file)
@@ -507,7 +507,7 @@ IMPULSE(waypoint_here_here)
 
 IMPULSE(waypoint_here_crosshair)
 {
-       WarpZone_crosshair_trace(this);
+       WarpZone_crosshair_trace_plusvisibletriggers(this);
        entity wp = WaypointSprite_DeployFixed(WP_Here, false, this, trace_endpos, RADARICON_HERE);
        if (wp) WaypointSprite_Ping(wp);
        sprint(this, "HERE spawned at crosshair\n");