diff options
author | Andrey Nazarov <skuller@skuller.net> | 2008-05-08 13:21:30 +0000 |
---|---|---|
committer | Andrey Nazarov <skuller@skuller.net> | 2008-05-08 13:21:30 +0000 |
commit | c42cbedd8019373228e260de2f422fb7a15f4156 (patch) | |
tree | 9b7f615784ad2f69f93097c3f673cb2004461e0e /source/sys_unix.c | |
parent | 2abb37ac482ea1d47a516784c2f23538dcc18e5d (diff) |
Removed hardcoded menus in favor of scriptable ones.
Made UI module part of the client, removed all glue.
Added `pushmenu', `popmenu', 'forcemenuoff' commands.
Detect gzipped files by contents, not by *.gz extension (TODO).
Diffstat (limited to 'source/sys_unix.c')
-rw-r--r-- | source/sys_unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/sys_unix.c b/source/sys_unix.c index bb9bbf7..90031b2 100644 --- a/source/sys_unix.c +++ b/source/sys_unix.c @@ -817,7 +817,7 @@ void Sys_Init( void ) { Sys_InitTTY(); } else { Com_DPrintf( "stdin in not a tty, tty input disabled.\n" ); - Cvar_SetInteger( "sys_stdio", 1 ); + Cvar_Set( "sys_stdio", "1" ); } } } |