remove an accidental commit

This commit is contained in:
Bill Currie 2002-08-03 01:29:26 +00:00
parent c6217dc7a7
commit c5192540c8
1 changed files with 1 additions and 1 deletions

View File

@ -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;