Disallow palette flashes with reducevfx

Resolves #214
This commit is contained in:
Sally Coolatta 2024-08-09 22:46:40 -04:00
parent 1cafadc997
commit 113146d208

View file

@ -125,7 +125,7 @@ void ST_doPaletteStuff(void)
{ {
INT32 palette; INT32 palette;
if (stplyr && stplyr->flashcount) if (stplyr && stplyr->flashcount && cv_reducevfx.value == 0)
palette = stplyr->flashpal; palette = stplyr->flashpal;
else else
palette = 0; palette = 0;