mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-31 04:02:37 +00:00
Revert bot complexity modifier ceiling
This commit is contained in:
parent
347538c630
commit
1ff3706e64
1 changed files with 1 additions and 1 deletions
|
|
@ -500,7 +500,7 @@ fixed_t K_BotMapModifier(void)
|
|||
const fixed_t complexity_value = std::clamp<fixed_t>(
|
||||
FixedDiv(K_GetTrackComplexity(), complexity_scale),
|
||||
-modifier_max,
|
||||
modifier_max * 2
|
||||
modifier_max
|
||||
);
|
||||
|
||||
return FRACUNIT + complexity_value;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue