mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
parent
1cafadc997
commit
113146d208
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ void ST_doPaletteStuff(void)
|
|||
{
|
||||
INT32 palette;
|
||||
|
||||
if (stplyr && stplyr->flashcount)
|
||||
if (stplyr && stplyr->flashcount && cv_reducevfx.value == 0)
|
||||
palette = stplyr->flashpal;
|
||||
else
|
||||
palette = 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue