Reenable drift easing disable

This commit is contained in:
AJ Martinez 2025-05-03 21:51:58 -04:00
parent 677b92b86a
commit 06f019f894

View file

@ -2340,7 +2340,7 @@ static void P_UpdatePlayerAngle(player_t *player)
INT16 steeringRight = 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.
// 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,