mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
End user facing edit
"Starpost" --> "Cheat Check" when using debugwaypoints
This commit is contained in:
parent
8845700c06
commit
85e6e743d4
1 changed files with 2 additions and 2 deletions
|
|
@ -5331,9 +5331,9 @@ static void K_DrawWaypointDebugger(void)
|
||||||
if (numcheatchecks > 0)
|
if (numcheatchecks > 0)
|
||||||
{
|
{
|
||||||
if (stplyr->cheatchecknum == numcheatchecks)
|
if (stplyr->cheatchecknum == numcheatchecks)
|
||||||
V_DrawString(8, 186, 0, va("Checkpoint: %d / %d (Can finish)", stplyr->cheatchecknum, numcheatchecks));
|
V_DrawString(8, 186, 0, va("Cheat Check: %d / %d (Can finish)", stplyr->cheatchecknum, numcheatchecks));
|
||||||
else
|
else
|
||||||
V_DrawString(8, 186, 0, va("Checkpoint: %d / %d", stplyr->cheatchecknum, numcheatchecks));
|
V_DrawString(8, 186, 0, va("Cheat Check: %d / %d", stplyr->cheatchecknum, numcheatchecks));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue