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:
Magnus Norddahl 2024-05-14 10:52:16 +02:00
commit a0d15768bb
3 changed files with 14 additions and 31 deletions

View file

@ -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);