From e02ebfa20d3792d551e75e5269cebec76f44b4c9 Mon Sep 17 00:00:00 2001 From: Sally Coolatta Date: Fri, 20 May 2022 22:41:52 -0400 Subject: [PATCH] No respawn waypoints are transparent --- src/k_waypoint.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/k_waypoint.c b/src/k_waypoint.c index 62652ee01..06d0a1a84 100644 --- a/src/k_waypoint.c +++ b/src/k_waypoint.c @@ -657,6 +657,11 @@ void K_DebugWaypointsVisualise(void) debugmobj->color = SKINCOLOR_GREY; } + if (!K_GetWaypointIsSpawnpoint(waypoint)) + { + debugmobj->frame |= FF_TRANS40; + } + // Valid waypoint, so draw lines of SPARKLES to its next or previous waypoints if (cv_kartdebugwaypoints.value == 1) {