mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Seriously, never sliptide while underwater
This commit is contained in:
parent
207dd964f4
commit
ea0336bf1b
1 changed files with 3 additions and 0 deletions
|
|
@ -9334,6 +9334,9 @@ static void K_KartDrift(player_t *player, boolean onground)
|
|||
}
|
||||
}
|
||||
|
||||
if (player->mo->eflags & MFE_UNDERWATER)
|
||||
player->aizdriftstrat = 0;
|
||||
|
||||
if (!K_Sliptiding(player))
|
||||
{
|
||||
if (K_IsLosingSliptideZip(player) && player->sliptideZip > 0)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue