diff options
author | Tim Angus <tim@ngus.net> | 2013-01-12 22:54:45 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-12 22:54:45 +0000 |
commit | 9ca7798fded52408fd2dd977501b02f6a2b8c1d9 (patch) | |
tree | 933e6c50bc9f68d0f1cb6e03bde73752f93c6903 /src/qcommon | |
parent | 1fdd6133d5f001e10b8358770b7c752dd2d7628f (diff) |
It seems rend2 needs more hunk
Diffstat (limited to 'src/qcommon')
-rw-r--r-- | src/qcommon/common.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qcommon/common.c b/src/qcommon/common.c index 0c59c2b8..772f6bd4 100644 --- a/src/qcommon/common.c +++ b/src/qcommon/common.c @@ -38,8 +38,8 @@ int demo_protocols[] = #define MAX_NUM_ARGVS 50 #define MIN_DEDICATED_COMHUNKMEGS 1 -#define MIN_COMHUNKMEGS 128 -#define DEF_COMHUNKMEGS 128 +#define MIN_COMHUNKMEGS 256 +#define DEF_COMHUNKMEGS 256 #define DEF_COMZONEMEGS 24 #define DEF_COMHUNKMEGS_S XSTRING(DEF_COMHUNKMEGS) #define DEF_COMZONEMEGS_S XSTRING(DEF_COMZONEMEGS) |