Comment this out again.

How did this even get reverted...
This commit is contained in:
Steel Titanium 2018-12-31 18:34:04 -05:00
parent 6ad2c145d7
commit d6178a3a40
1 changed files with 3 additions and 3 deletions

View File

@ -821,9 +821,9 @@ void D_StartTitle(void)
F_StartTitleScreen();
CON_ToggleOff();
// Reset the palette
if (rendermode != render_none)
V_SetPaletteLump("PLAYPAL");
// Reset the palette -- SRB2Kart: actually never mind let's do this in the middle of every fade
/*if (rendermode != render_none)
V_SetPaletteLump("PLAYPAL");*/
}
//