mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-02 13:12:50 +00:00
debugbots: display bot modifier as float
This commit is contained in:
parent
c738fc9020
commit
a71b979f8c
1 changed files with 1 additions and 1 deletions
|
|
@ -5400,7 +5400,7 @@ static void K_DrawBotDebugger(void)
|
|||
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));
|
||||
V_DrawSmallString(8, 70, 0, va("Bot modifier: %.2f", FixedToFloat(K_BotMapModifier())));
|
||||
}
|
||||
|
||||
static void K_DrawGPRankDebugger(void)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue