mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +00:00
Draw debug HUD in Time Attack, includes overhead messages
This commit is contained in:
parent
7088003f05
commit
2d4f590cce
1 changed files with 2 additions and 1 deletions
|
|
@ -6229,7 +6229,7 @@ void K_drawKartHUD(void)
|
||||||
if (modeattacking || freecam) // everything after here is MP and debug only
|
if (modeattacking || freecam) // everything after here is MP and debug only
|
||||||
{
|
{
|
||||||
K_drawInput();
|
K_drawInput();
|
||||||
return;
|
goto debug;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((gametyperules & GTR_KARMA) && !r_splitscreen && (stplyr->karthud[khud_yougotem] % 2)) // * YOU GOT EM *
|
if ((gametyperules & GTR_KARMA) && !r_splitscreen && (stplyr->karthud[khud_yougotem] % 2)) // * YOU GOT EM *
|
||||||
|
|
@ -6286,6 +6286,7 @@ void K_drawKartHUD(void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
debug:
|
||||||
K_DrawWaypointDebugger();
|
K_DrawWaypointDebugger();
|
||||||
K_DrawBotDebugger();
|
K_DrawBotDebugger();
|
||||||
K_DrawDirectorDebugger();
|
K_DrawDirectorDebugger();
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue