mirror of
https://github.com/XLabsProject/s1x-client.git
synced 2023-08-02 15:02:12 +02:00
reset console display line when there's a clear
This commit is contained in:
parent
eb4123fd0a
commit
5b5bed1834
@ -496,6 +496,7 @@ namespace game_console
|
||||
{
|
||||
clear();
|
||||
con.line_count = 0;
|
||||
con.display_line_offset = 0;
|
||||
con.output.clear();
|
||||
history_index = -1;
|
||||
history.clear();
|
||||
@ -716,6 +717,7 @@ namespace game_console
|
||||
{
|
||||
clear();
|
||||
con.line_count = 0;
|
||||
con.display_line_offset = 0;
|
||||
con.output.clear();
|
||||
history_index = -1;
|
||||
history.clear();
|
||||
|
Loading…
Reference in New Issue
Block a user