mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-13 05:11:01 +00:00
Remove double brackets
This commit is contained in:
parent
d6178a3a40
commit
3273924743
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue