]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sys_wind.c
got rid of Hunk_Alloc, all allocations now have a proper name (perhaps a bit too...
[xonotic/darkplaces.git] / sys_wind.c
index 6703846f8276a168341f8159b7052af050c61e38..594b9255039c943fcefc445c6c47a2b246b15f7e 100644 (file)
@@ -268,7 +268,7 @@ int main (int argc, char **argv)
 
        memset (&host_parms, 0, sizeof(host_parms));
 
-       host_parms.memsize = 16384*1024;
+       host_parms.memsize = DEFAULTMEM * 1024*1024;
        host_parms.membase = qmalloc(parms.memsize);
 
        _getcwd (cwd, sizeof(cwd));