mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 12:01:47 +00:00
Stronger underwater sliptiding
This commit is contained in:
parent
83cbdb4601
commit
958aa6bccb
1 changed files with 3 additions and 2 deletions
|
|
@ -10703,9 +10703,10 @@ void K_AdjustPlayerFriction(player_t *player)
|
||||||
{
|
{
|
||||||
player->mo->friction += 614;
|
player->mo->friction += 614;
|
||||||
}
|
}
|
||||||
else if (player->mo->eflags & MFE_UNDERWATER)
|
else if ((player->mo->eflags & MFE_UNDERWATER))
|
||||||
{
|
{
|
||||||
player->mo->friction += 312;
|
if (!K_Sliptiding(player))
|
||||||
|
player->mo->friction += 312;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Wipeout slowdown
|
// Wipeout slowdown
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue