Con_Clear_f() will also reset console backscroll

This commit is contained in:
Anton E. Gavrilov 2000-07-31 13:06:24 +00:00
parent 3541ef420b
commit 15929debf1

View file

@ -131,6 +131,7 @@ void Con_Clear_f (void)
con_chat.numlines = 0;
memset (con_main.text, ' ', CON_TEXTSIZE);
memset (con_chat.text, ' ', CON_TEXTSIZE);
con_main.display = con_main.current;
}