Remove double brackets

This commit is contained in:
Steel Titanium 2019-01-02 13:04:56 -05:00
parent b63f4a66e8
commit 4e0f4ed709

View file

@ -321,7 +321,7 @@ static void D_Display(void)
F_RunWipe(wipedefs[wipedefindex], gamestate != GS_TIMEATTACK);
}
if ((gamestate != GS_LEVEL && rendermode != render_none))
if (gamestate != GS_LEVEL && rendermode != render_none)
{
V_SetPaletteLump("PLAYPAL"); // Reset the palette
R_ReInitColormaps(0, LUMPERROR);