X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=host.c;h=38ef5231629c7fc1f18b3f9e1270e3747ed7b782;hp=4d272b974d46c97d50a381dd7f3dbcef12a10099;hb=45982a9894c5bff60ff494a0f82865ec267d52f7;hpb=933d8c9fea47bcfa7c506d9f97fde60251eb1afd diff --git a/host.c b/host.c index 4d272b97..38ef5231 100644 --- 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;