mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-03 23:42:07 +00:00
HUD debugger (no cvar yet)
This commit is contained in:
parent
3afaf9f658
commit
77f6aa4140
1 changed files with 6 additions and 0 deletions
|
|
@ -7434,6 +7434,12 @@ void K_drawKartHUD(void)
|
||||||
|
|
||||||
if (cv_kartdebugcheckpoint.value)
|
if (cv_kartdebugcheckpoint.value)
|
||||||
K_drawCheckpointDebugger();
|
K_drawCheckpointDebugger();
|
||||||
|
|
||||||
|
{
|
||||||
|
UINT8 p;
|
||||||
|
for (p = 0; p < MAXPLAYERS; p++)
|
||||||
|
V_DrawString(8, 64+(8*p), V_YELLOWMAP, va("%d - %d", p, playernode[p]));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//}
|
//}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue