mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-01 00:41:16 +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)
|
||||
{
|
||||
debugmobj->color = SKINCOLOR_ORANGE;
|
||||
debugmobj->color = SKINCOLOR_YELLOW;
|
||||
}
|
||||
else if (waypoint == players[displayplayers[0]].nextwaypoint)
|
||||
{
|
||||
debugmobj->color = SKINCOLOR_YELLOW;
|
||||
debugmobj->color = SKINCOLOR_GREEN;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue