Merge branch 'reduce-vfx-flashpal' into 'master'

Disallow palette flashes with reducevfx

Closes #214

See merge request KartKrew/RingRacers!48
This commit is contained in:
Sal 2024-08-22 13:01:48 +00:00
commit 837d768606

View file

@ -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;