mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +00:00
No respawn waypoints are transparent
This commit is contained in:
parent
a3592da4f1
commit
e02ebfa20d
1 changed files with 5 additions and 0 deletions
|
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue