mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-26 13:50:53 +00:00
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:
parent
5c64a659c4
commit
45fd9d3544
1 changed files with 2 additions and 0 deletions
|
@ -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))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue