mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-22 03:12:00 -04:00
don't change palette in nodrawers mode
This commit is contained in:
parent
4066e6c5e0
commit
7e00e9c18b
@ -789,7 +789,8 @@ void ST_Ticker(void)
|
||||
plyr->powers[pw_invulnerability] & 8) ||
|
||||
plyr->cheats & CF_GODMODE;
|
||||
|
||||
ST_doPaletteStuff(); // Do red-/gold-shifts from damage/items
|
||||
if (!nodrawers)
|
||||
ST_doPaletteStuff(); // Do red-/gold-shifts from damage/items
|
||||
}
|
||||
|
||||
static int st_palette = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user