]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host.c
rewrote RecursiveHullCheck, no longer gets stuck on angle changes, and is generally...
[xonotic/darkplaces.git] / host.c
diff --git a/host.c b/host.c
index 4d272b974d46c97d50a381dd7f3dbcef12a10099..38ef5231629c7fc1f18b3f9e1270e3747ed7b782 100644 (file)
--- a/host.c
+++ b/host.c
@@ -778,18 +778,6 @@ Host_Init
 void Host_Init (void)
 {
        int i;
-       /*
-       if (standard_quake)
-               minimum_memory = MINIMUM_MEMORY;
-       else
-               minimum_memory = MINIMUM_MEMORY_LEVELPAK;
-
-       if (COM_CheckParm ("-minmemory"))
-               host_parms.memsize = minimum_memory;
-
-       if (host_parms.memsize < minimum_memory)
-               Sys_Error ("Only %4.1f megs of memory available, can't execute game", host_parms.memsize / (float)0x100000);
-       */
 
        host_parms.memsize = DEFAULTMEM * 1024 * 1024;