mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-10 07:12:03 +00:00
Merge branch 'map-palette-titlefix' into 'next'
Fix per-map palette not being reset properly when it should. See merge request KartKrew/Kart-Public!9
This commit is contained in:
commit
0b0cbcabb7
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 == 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