mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-03 15:32:45 +00:00
Reenable drift easing disable
This commit is contained in:
parent
677b92b86a
commit
06f019f894
1 changed files with 1 additions and 1 deletions
|
|
@ -2340,7 +2340,7 @@ static void P_UpdatePlayerAngle(player_t *player)
|
||||||
INT16 steeringRight = K_UpdateSteeringValue(player->steering, KART_FULLTURN);
|
INT16 steeringRight = K_UpdateSteeringValue(player->steering, KART_FULLTURN);
|
||||||
INT16 steeringLeft = K_UpdateSteeringValue(player->steering, -KART_FULLTURN);
|
INT16 steeringLeft = K_UpdateSteeringValue(player->steering, -KART_FULLTURN);
|
||||||
|
|
||||||
#ifdef SOLVERANGLECHEATS
|
#if 1
|
||||||
// When entering/leaving drifts, allow all legal turns with no easing.
|
// When entering/leaving drifts, allow all legal turns with no easing.
|
||||||
// This is the hardest case for the turn solver, because your handling properties on
|
// This is the hardest case for the turn solver, because your handling properties on
|
||||||
// client side are very different than your handling properties on server side—at least,
|
// client side are very different than your handling properties on server side—at least,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue