0 flashtics in Battle

This commit is contained in:
AJ Martinez 2024-01-06 06:38:04 -07:00
parent f092e9283c
commit 79eb400f49

View file

@ -3552,7 +3552,7 @@ UINT16 K_GetKartFlashing(const player_t *player)
if (gametyperules & GTR_BUMPERS)
{
return 1;
return 0;
}
if (player == NULL)