- palette related fixes.
This commit is contained in:
parent
940f1dc9a2
commit
1a0ace4f88
8 changed files with 11 additions and 8 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue