Fix FlashPals not working in palette rendering
This commit is contained in:
parent
52d31ee6b5
commit
0c22fb24d2
1 changed files with 2 additions and 4 deletions
|
|
@ -154,11 +154,9 @@ void ST_doPaletteStuff(void)
|
|||
{
|
||||
st_palette = palette;
|
||||
|
||||
if (rendermode == render_soft)
|
||||
if (!r_splitscreen)
|
||||
{
|
||||
//V_SetPaletteLump(GetPalette()); // Reset the palette -- is this needed?
|
||||
if (!r_splitscreen)
|
||||
V_SetPalette(palette);
|
||||
V_SetPalette(palette);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue