mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
debugbots: show map complexity
This commit is contained in:
parent
9ce15d3e15
commit
c738fc9020
1 changed files with 3 additions and 0 deletions
|
|
@ -5398,6 +5398,9 @@ static void K_DrawBotDebugger(void)
|
|||
|
||||
V_DrawSmallString(8, 56, 0, va("Item priority: %d", bot->botvars.roulettePriority));
|
||||
V_DrawSmallString(8, 60, 0, va("Item timeout: %d", bot->botvars.rouletteTimeout));
|
||||
|
||||
V_DrawSmallString(8, 66, 0, va("Complexity: %d", K_GetTrackComplexity()));
|
||||
V_DrawSmallString(8, 70, 0, va("Bot modifier: %d", K_BotMapModifier() - FRACUNIT));
|
||||
}
|
||||
|
||||
static void K_DrawGPRankDebugger(void)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue