- palette related fixes.

This commit is contained in:
Christoph Oelckers 2020-04-11 19:18:47 +02:00
commit 1a0ace4f88
8 changed files with 11 additions and 8 deletions

View file

@ -117,6 +117,7 @@ EXTERN_CVAR(Bool, cl_customizeinvulmap)
void DrawHUD();
void D_DoAnonStats();
void I_DetectOS();
void UpdateGenericUI(bool cvar);
// MACROS ------------------------------------------------------------------
@ -3070,6 +3071,7 @@ static int D_DoomMain_Internal (void)
StartScreen->Progress();
V_InitFonts();
UpdateGenericUI(false);
// [CW] Parse any TEAMINFO lumps.
if (!batchrun) Printf ("ParseTeamInfo: Load team definitions.\n");