mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 04:51:42 +00:00
Attempt 1 to properly fix
This commit is contained in:
parent
fddd6fb0d5
commit
de6c2a84f3
1 changed files with 4 additions and 4 deletions
|
|
@ -321,7 +321,7 @@ static void D_Display(void)
|
||||||
F_RunWipe(wipedefs[wipedefindex], gamestate != GS_TIMEATTACK);
|
F_RunWipe(wipedefs[wipedefindex], gamestate != GS_TIMEATTACK);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (wipegamestate == GS_LEVEL && rendermode != render_none)
|
if (wipegamestate == gamestate && rendermode != render_none)
|
||||||
{
|
{
|
||||||
V_SetPaletteLump("PLAYPAL"); // Reset the palette
|
V_SetPaletteLump("PLAYPAL"); // Reset the palette
|
||||||
R_ReInitColormaps(0, LUMPERROR);
|
R_ReInitColormaps(0, LUMPERROR);
|
||||||
|
|
@ -821,9 +821,9 @@ void D_StartTitle(void)
|
||||||
F_StartTitleScreen();
|
F_StartTitleScreen();
|
||||||
CON_ToggleOff();
|
CON_ToggleOff();
|
||||||
|
|
||||||
// Reset the palette -- SRB2Kart: actually never mind let's do this in the middle of every fade
|
// Reset the palette
|
||||||
/*if (rendermode != render_none)
|
if (rendermode != render_none)
|
||||||
V_SetPaletteLump("PLAYPAL");*/
|
V_SetPaletteLump("PLAYPAL");
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue