fix a silly bug that breaks capturedemo.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4878 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2015-06-03 14:20:49 +00:00
parent 5c64a659c4
commit 45fd9d3544
1 changed files with 2 additions and 0 deletions

View File

@ -1879,6 +1879,8 @@ void SCR_SetUpToDrawConsole (void)
}
if (!con_stayhidden.ival && !startuppending && Key_Dest_Has(kdm_console))
scr_con_current = scr_conlines = vid.height * fullscreenpercent;
else
scr_conlines = 0;
}
else if ((Key_Dest_Has(kdm_console) || scr_chatmode))
{