mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-15 18:17:19 +00:00
/4 -> /3
This commit is contained in:
parent
4c89619ac4
commit
7aa29f80a9
1 changed files with 1 additions and 1 deletions
|
|
@ -8430,7 +8430,7 @@ INT16 K_UpdateSteeringValue(INT16 inputSteering, INT16 destSteering)
|
|||
// player->steering is the turning value, but with easing applied.
|
||||
// Keeps micro-turning from old easing, but isn't controller dependent.
|
||||
|
||||
const INT16 amount = KART_FULLTURN/4;
|
||||
const INT16 amount = KART_FULLTURN/3;
|
||||
INT16 diff = destSteering - inputSteering;
|
||||
INT16 outputSteering = inputSteering;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue