mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +00:00
parent
a349b1acf0
commit
57c501f6ee
1 changed files with 1 additions and 1 deletions
|
|
@ -3552,7 +3552,7 @@ UINT16 K_GetKartFlashing(const player_t *player)
|
||||||
|
|
||||||
if (gametyperules & GTR_BUMPERS)
|
if (gametyperules & GTR_BUMPERS)
|
||||||
{
|
{
|
||||||
return 0;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (player == NULL)
|
if (player == NULL)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue