mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-22 04:01:17 +00:00
ooops
This commit is contained in:
parent
a1982a0f75
commit
9ad4192af2
1 changed files with 1 additions and 1 deletions
|
@ -560,7 +560,7 @@ void SCR_SetUpToDrawConsole (void)
|
|||
}
|
||||
else if (scr_conlines > scr_con_current)
|
||||
{
|
||||
/ scr_con_current += scr_conspeed->value*host_frametime;
|
||||
scr_con_current += scr_conspeed->value*host_frametime;
|
||||
if (scr_conlines < scr_con_current)
|
||||
scr_con_current = scr_conlines;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue