dhewm3/neo/sys/posix
Daniel Gibson 5c99ff4657 make "./dhewm3 +set in_tty 0" actually work
the problem was that the CVar was initialized from the commandline
*after* Posix_InitConsoleInput() is called, so it was too late.
common->StartupVariable() seems to be the right way to initialize a
CVar early.
2015-09-27 18:14:06 +02:00
..
posix_main.cpp make "./dhewm3 +set in_tty 0" actually work 2015-09-27 18:14:06 +02:00
posix_net.cpp Fix pointer check/access in Sys_InitNetworking() 2012-07-17 18:25:06 +02:00
posix_public.h Get rid of Posix_EarlyInit() and Posix_LateInit() 2012-07-06 01:39:01 +02:00