mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-31 01:00:53 +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…
Add table
Add a link
Reference in a new issue