mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
change colors, since orange & yellow are pretty indistinguishable
This commit is contained in:
parent
b69d105af3
commit
ed007f34cc
1 changed files with 2 additions and 2 deletions
|
|
@ -421,11 +421,11 @@ void K_DebugWaypointsVisualise(void)
|
||||||
}
|
}
|
||||||
else if (waypoint->numnextwaypoints == 0 || waypoint->numprevwaypoints == 0)
|
else if (waypoint->numnextwaypoints == 0 || waypoint->numprevwaypoints == 0)
|
||||||
{
|
{
|
||||||
debugmobj->color = SKINCOLOR_ORANGE;
|
debugmobj->color = SKINCOLOR_YELLOW;
|
||||||
}
|
}
|
||||||
else if (waypoint == players[displayplayers[0]].nextwaypoint)
|
else if (waypoint == players[displayplayers[0]].nextwaypoint)
|
||||||
{
|
{
|
||||||
debugmobj->color = SKINCOLOR_YELLOW;
|
debugmobj->color = SKINCOLOR_GREEN;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue