Don't check wipeoutslow in flashtic blocker, it might be unset shortly after

This commit is contained in:
AJ Martinez 2023-04-15 16:26:01 -07:00
parent 62065e9b78
commit 1506e958c1

View file

@ -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;