mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
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:
commit
837d768606
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue