]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sys_linux.c
got rid of host_parms
[xonotic/darkplaces.git] / sys_linux.c
index 451844ce69e8ad45dec978e853893a5940e5b561..87c36913b493c6bb5235579b0df64081f1290ec4 100644 (file)
@@ -145,14 +145,8 @@ int main (int argc, char **argv)
 
        signal(SIGFPE, SIG_IGN);
 
-       memset(&host_parms, 0, sizeof(host_parms));
-
        com_argc = argc;
        com_argv = argv;
-       host_parms.basedir = ".";
-#if CACHEENABLE
-       host_parms.cachedir = "/tmp";
-#endif
 
        fcntl(0, F_SETFL, fcntl (0, F_GETFL, 0) | FNDELAY);