From 7a47399656f204db62ccedfc6f486e21dd25fd05 Mon Sep 17 00:00:00 2001 From: divverent Date: Thu, 25 Dec 2008 14:40:08 +0000 Subject: [PATCH] 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 --- sys_linux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2