]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
Remove disabling of stdin for the text console. Helps with interfacing scripts with...
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 25 Dec 2008 14:40:08 +0000 (14:40 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 25 Dec 2008 14:40:08 +0000 (14:40 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8601 d7cf8633-e32d-0410-b094-e92efae38249

sys_linux.c

index d1f5be3e0c91a638a2658fd5fbeaa82a7620e776..e2bc4e32683365634d40ba77bea36fbd1371ed7f 100644 (file)
@@ -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;