mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-18 07:22:03 +00:00
HUD debugger (no cvar yet)
This commit is contained in:
parent
fc93e5812d
commit
5628ffe360
1 changed files with 6 additions and 0 deletions
|
@ -7434,6 +7434,12 @@ void K_drawKartHUD(void)
|
|||
|
||||
if (cv_kartdebugcheckpoint.value)
|
||||
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…
Reference in a new issue