mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-08 04:06:25 +00:00
Don't check wipeoutslow in flashtic blocker, it might be unset shortly after
This commit is contained in:
parent
62065e9b78
commit
1506e958c1
1 changed files with 1 additions and 1 deletions
|
|
@ -7726,7 +7726,7 @@ void K_KartPlayerThink(player_t *player, ticcmd_t *cmd)
|
|||
}
|
||||
|
||||
// Make ABSOLUTELY SURE that your flashing tics don't get set WHILE you're still in hit animations.
|
||||
if (player->spinouttimer != 0 || player->wipeoutslow != 0)
|
||||
if (player->spinouttimer != 0)
|
||||
{
|
||||
if (( player->spinouttype & KSPIN_IFRAMES ) == 0)
|
||||
player->flashing = 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue