Add startscreen_console cvar for showing the console during loading instead of the start screen
This commit is contained in:
parent
92230626c1
commit
147a136e27
3 changed files with 31 additions and 14 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue