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

@ -563,9 +563,6 @@ void C_DrawConsole ()
static int oldbottom = 0;
int lines, left, offset;
if (!CurrentConsoleFont)
return;
int textScale = active_con_scale(twod);
left = LEFTMARGIN;