diff --git a/code/qcommon/common.c b/code/qcommon/common.c index a74aeece..0c46283a 100644 --- a/code/qcommon/common.c +++ b/code/qcommon/common.c @@ -37,8 +37,8 @@ int demo_protocols[] = #define MAX_NUM_ARGVS 50 #define MIN_DEDICATED_COMHUNKMEGS 1 -#define MIN_COMHUNKMEGS 56 #define DEF_COMHUNKMEGS 128 +#define MIN_COMHUNKMEGS DEF_COMHUNKMEGS #define DEF_COMZONEMEGS 24 #define DEF_COMHUNKMEGS_S XSTRING(DEF_COMHUNKMEGS) #define DEF_COMZONEMEGS_S XSTRING(DEF_COMZONEMEGS)