From: divverent Date: Thu, 25 Dec 2008 14:40:08 +0000 (+0000) Subject: Remove disabling of stdin for the text console. Helps with interfacing scripts with... X-Git-Tag: xonotic-v0.1.0preview~1989 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=7a47399656f204db62ccedfc6f486e21dd25fd05;p=xonotic%2Fdarkplaces.git Remove disabling of stdin for the text console. Helps with interfacing scripts with the DarkPlaces client. git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8601 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/sys_linux.c b/sys_linux.c index d1f5be3e..e2bc4e32 100644 --- a/sys_linux.c +++ b/sys_linux.c @@ -189,7 +189,7 @@ double Sys_DoubleTime (void) char *Sys_ConsoleInput(void) { - if (cls.state == ca_dedicated) + //if (cls.state == ca_dedicated) { static char text[MAX_INPUTLINE]; static unsigned int len = 0;