Fix some damagetypes not giving flashtics

This commit is contained in:
NepDisk 2026-04-04 16:16:19 -04:00
parent 6ee6291fd8
commit c3f4f0e096

View file

@ -7296,7 +7296,7 @@ void K_KartPlayerThink(player_t *player, ticcmd_t *cmd)
|| player->squishedtimer != 0
|| player->flipovertimer != 0)
{
if (!player->flipovertimer && ( player->spinouttype & KSPIN_IFRAMES ) == 0)
if ((player->spinouttimer || player->wipeoutslow) && ( player->spinouttype & KSPIN_IFRAMES ) == 0)
player->flashing = 0;
else
player->flashing = K_GetKartFlashing(player);