mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-20 19:02:34 +00:00
Fix keyboard input via console
This commit is contained in:
parent
6218f85658
commit
de66e055a7
1 changed files with 0 additions and 1 deletions
|
@ -891,7 +891,6 @@ static void I_GetConsoleEvents(void)
|
|||
else if (tty_con.cursor < sizeof(tty_con.buffer))
|
||||
{
|
||||
// push regular character
|
||||
ev.type = ev_text;
|
||||
ev.key = tty_con.buffer[tty_con.cursor] = key;
|
||||
tty_con.cursor++;
|
||||
// print the current line (this is differential)
|
||||
|
|
Loading…
Reference in a new issue