]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sys_linux.c
rewrote memory system entirely (hunk, cache, and zone are gone, memory pools replaced...
[xonotic/darkplaces.git] / sys_linux.c
index 405dc31496c80fa66349e8b7d81c36d4cf2dedf6..7c3033a612d15b352e567f4592349a1ba2f14bde 100644 (file)
@@ -48,7 +48,7 @@ void Sys_Quit (void)
        Host_Shutdown();
     fcntl (0, F_SETFL, fcntl (0, F_GETFL, 0) & ~FNDELAY);
 #if 0
-       if (registered.value)
+       if (registered.integer)
                printf("%s", end2);
        else
                printf("%s", end1);
@@ -268,8 +268,6 @@ int main (int c, char **v)
        host_parms.argc = com_argc;
        host_parms.argv = com_argv;
 
-       host_parms.memsize = DEFAULTMEM * 1024*1024;
-
        host_parms.basedir = basedir;
 
        fcntl(0, F_SETFL, fcntl (0, F_GETFL, 0) | FNDELAY);