Trinca has one huuuge mod.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@986 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
1b5c97bd31
commit
29d3c7ea17
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ pbool PreCompile(void)
|
|||
{
|
||||
qccClearHunk();
|
||||
strcpy(qcc_gamedir, "");
|
||||
qcchunk = malloc(qcchunksize=64*1024*1024);
|
||||
qcchunk = malloc(qcchunksize=128*1024*1024);
|
||||
qccalloced=0;
|
||||
|
||||
return !!qcchunk;
|
||||
|
|
Loading…
Reference in a new issue