Add startscreen_console cvar for showing the console during loading instead of the start screen

This commit is contained in:
dpjudas 2024-05-14 00:19:52 +02:00
commit 147a136e27
3 changed files with 31 additions and 14 deletions

View file

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