]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
allow terminal input on sdl client as well (glx client already does)
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 17 Oct 2011 12:02:53 +0000 (12:02 +0000)
committerRudolf Polzer <divVerent@xonotic.org>
Mon, 17 Oct 2011 19:26:32 +0000 (21:26 +0200)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11435 d7cf8633-e32d-0410-b094-e92efae38249
::stable-branch::merge=1d608e129d8e8d2bd1e5c5266f91b210d187fabd

sys_sdl.c

index 6175b4f5e31f8bdc7d893fc343339c74664a0fdc..13be11eae2f7a1d25f9afea2059d44d2a9d88f3c 100644 (file)
--- a/sys_sdl.c
+++ b/sys_sdl.c
@@ -83,7 +83,7 @@ void Sys_PrintToTerminal(const char *text)
 
 char *Sys_ConsoleInput(void)
 {
-       if (cls.state == ca_dedicated)
+//     if (cls.state == ca_dedicated)
        {
                static char text[MAX_INPUTLINE];
                int len = 0;