HUD debugger (no cvar yet)

This commit is contained in:
TehRealSalt 2018-09-30 11:21:41 -04:00
parent fc93e5812d
commit 5628ffe360

View file

@ -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]));
}
}
//}