From: Simon McVittie Date: Wed, 11 Aug 2010 21:40:59 +0100 Subject: Double the default com_hunkMegs, to 128M OpenArena apparently aims for double the detail level, texture size etc. of vanilla Quake 3, so it needs more memory. Origin: OpenArena Forwarded: no --- code/qcommon/common.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/code/qcommon/common.c b/code/qcommon/common.c index 7f79047..158193e 100644 --- a/code/qcommon/common.c +++ b/code/qcommon/common.c @@ -38,7 +38,7 @@ int demo_protocols[] = #define MIN_DEDICATED_COMHUNKMEGS 1 #define MIN_COMHUNKMEGS 56 -#define DEF_COMHUNKMEGS 64 +#define DEF_COMHUNKMEGS 128 #define DEF_COMZONEMEGS 24 #define DEF_COMHUNKMEGS_S XSTRING(DEF_COMHUNKMEGS) #define DEF_COMZONEMEGS_S XSTRING(DEF_COMZONEMEGS)