Revert "Add startscreen_console cvar for showing the console during loading instead of the start screen"
This reverts commit 147a136e27.
This commit is contained in:
parent
147a136e27
commit
a0d15768bb
3 changed files with 14 additions and 31 deletions
|
|
@ -3307,11 +3307,7 @@ static int D_InitGame(const FIWADInfo* iwad_info, std::vector<std::string>& allw
|
|||
}
|
||||
|
||||
TexMan.Init();
|
||||
|
||||
// Init fonts and console earlier as the start screen might display it
|
||||
V_InitFonts();
|
||||
C_InitConsole(SCREENWIDTH, SCREENHEIGHT, false);
|
||||
|
||||
|
||||
if (!batchrun) Printf ("V_Init: allocate screen.\n");
|
||||
if (!restart)
|
||||
{
|
||||
|
|
@ -3380,6 +3376,7 @@ static int D_InitGame(const FIWADInfo* iwad_info, std::vector<std::string>& allw
|
|||
|
||||
StartWindow->Progress();
|
||||
if (StartScreen) StartScreen->Progress(1);
|
||||
V_InitFonts();
|
||||
InitDoomFonts();
|
||||
V_LoadTranslations();
|
||||
UpdateGenericUI(false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue