mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Better attempt at fixing this
This commit is contained in:
parent
de6c2a84f3
commit
26a257eda7
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 (wipegamestate == gamestate && rendermode != render_none)
|
||||
if ((gamestate != GS_LEVEL && rendermode != render_none))
|
||||
{
|
||||
V_SetPaletteLump("PLAYPAL"); // Reset the palette
|
||||
R_ReInitColormaps(0, LUMPERROR);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue