mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Wrong var name
This commit is contained in:
parent
004bae45c5
commit
16bd11f53f
1 changed files with 1 additions and 1 deletions
|
|
@ -5443,7 +5443,7 @@ static INT16 K_GetKartDriftValue(player_t *player, fixed_t countersteer)
|
|||
driftangle = abs((252 - driftweight)*player->kartstuff[k_drift]/5);
|
||||
|
||||
if (player->kartstuff[k_tiregrease] > 0) // Buff drift-steering while in greasemode
|
||||
turnvalue += (turnvalue / greasetics) * player->kartstuff[k_tiregrease];
|
||||
basedrift += (basedrift / greasetics) * player->kartstuff[k_tiregrease];
|
||||
|
||||
return basedrift + FixedMul(driftangle, countersteer);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue