mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
Fix Rob's Knuckles issue.
This commit is contained in:
parent
f3eb35bb6d
commit
0fa49e09c8
1 changed files with 1 additions and 1 deletions
|
|
@ -2217,7 +2217,7 @@ boolean P_PlayerHitFloor(player_t *player, boolean dorollstuff)
|
||||||
player->skidtime = TICRATE;
|
player->skidtime = TICRATE;
|
||||||
player->mo->tics = -1;
|
player->mo->tics = -1;
|
||||||
}
|
}
|
||||||
else
|
else if (!player->skidtime)
|
||||||
player->pflags &= ~PF_GLIDING;
|
player->pflags &= ~PF_GLIDING;
|
||||||
}
|
}
|
||||||
else if (player->charability2 == CA2_MELEE && player->panim == PA_ABILITY2)
|
else if (player->charability2 == CA2_MELEE && player->panim == PA_ABILITY2)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue