Revert "0 flashtics in Battle"

This reverts commit 79eb400f49.
This commit is contained in:
James R 2024-01-13 12:54:43 -08:00
parent a349b1acf0
commit 57c501f6ee

View file

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