mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Turn sprite less while sliptiding
This commit is contained in:
parent
7e74a1d823
commit
d5e4fb6bfa
1 changed files with 1 additions and 1 deletions
|
|
@ -7370,7 +7370,7 @@ static void K_KartDrift(player_t *player, boolean onground)
|
|||
player->kartstuff[k_aizdriftstrat];
|
||||
}
|
||||
|
||||
if (abs(player->aizDriftTurn) < ANGLE_135)
|
||||
if (abs(player->aizDriftTurn) < ANGLE_112h)
|
||||
{
|
||||
player->aizDriftTurn =
|
||||
(abs(player->aizDriftTurn) + ANGLE_11hh) *
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue