mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-10 10:51:42 +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.
|
// Make it harder for bots to do this when rubberbanding.
|
||||||
|
|
||||||
// This is actually biased really hard against the bot,
|
// 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.
|
// decreased with other boosts.
|
||||||
|
|
||||||
required_speed = FixedMul(required_speed, player->botvars.rubberband);
|
required_speed = FixedMul(required_speed, player->botvars.rubberband);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue