]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host.c
got rid of Hunk_Alloc, all allocations now have a proper name (perhaps a bit too...
[xonotic/darkplaces.git] / host.c
diff --git a/host.c b/host.c
index f9dc58d55545ca586581ed347fbdb19295dfac12..8ca544a437d354c33660c6ed7a17f2d6a3a7cb2b 100644 (file)
--- a/host.c
+++ b/host.c
@@ -798,7 +798,7 @@ Host_Init
 */
 void Host_Init ()
 {
-
+       /*
        if (standard_quake)
                minimum_memory = MINIMUM_MEMORY;
        else
@@ -809,6 +809,7 @@ void Host_Init ()
 
        if (host_parms.memsize < minimum_memory)
                Sys_Error ("Only %4.1f megs of memory available, can't execute game", host_parms.memsize / (float)0x100000);
+       */
 
        com_argc = host_parms.argc;
        com_argv = host_parms.argv;