mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-25 19:43:22 +00:00
Fix comment typo
This commit is contained in:
parent
3d74f386dc
commit
fb954490c1
1 changed files with 1 additions and 1 deletions
|
|
@ -2982,7 +2982,7 @@ fixed_t K_PlayerTripwireSpeedThreshold(const player_t *player)
|
|||
// Make it harder for bots to do this when rubberbanding.
|
||||
|
||||
// This is actually biased really hard against the bot,
|
||||
// because the bot rubberbanding speed increase isgit buil
|
||||
// because the bot rubberbanding speed increase is
|
||||
// decreased with other boosts.
|
||||
|
||||
required_speed = FixedMul(required_speed, player->botvars.rubberband);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue