Increase qwaq-x11's hunk space to 8MB.

1MB is too small for the few sounds my experimental game uses.
This commit is contained in:
Bill Currie 2012-12-25 15:47:00 +09:00
parent 1e3154ecd5
commit 3baa73e60e

View file

@ -113,7 +113,7 @@ init_qf (void)
//Cvar_Set (developer, "1");
Memory_Init (malloc (1024 * 1024), 1024 * 1024);
Memory_Init (malloc (8 * 1024 * 1024), 8 * 1024 * 1024);
Cvar_Get ("pr_debug", "2", 0, 0, 0);
Cvar_Get ("pr_boundscheck", "0", 0, 0, 0);