No respawn waypoints are transparent

This commit is contained in:
Sally Coolatta 2022-05-20 22:41:52 -04:00
parent a3592da4f1
commit e02ebfa20d

View file

@ -657,6 +657,11 @@ void K_DebugWaypointsVisualise(void)
debugmobj->color = SKINCOLOR_GREY; 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 // Valid waypoint, so draw lines of SPARKLES to its next or previous waypoints
if (cv_kartdebugwaypoints.value == 1) if (cv_kartdebugwaypoints.value == 1)
{ {