mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
remove an accidental commit
This commit is contained in:
parent
c6217dc7a7
commit
c5192540c8
1 changed files with 1 additions and 1 deletions
|
@ -483,7 +483,7 @@ Sys_CheckInput (int idle, int net_socket)
|
|||
if (do_stdin)
|
||||
FD_SET (0, &fdset);
|
||||
FD_SET (net_socket, &fdset);
|
||||
printf ("%d\n", do_stdin);
|
||||
|
||||
if (!idle || !sys_dead_sleep->int_val)
|
||||
timeout = &_timeout;
|
||||
|
||||
|
|
Loading…
Reference in a new issue