From 7003c9deec033db852658fe8c7d53fff6b44f7ba Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Tue, 11 Nov 2025 13:13:50 +0000 Subject: [PATCH] Increase DEF_COMZONEMEGS --- code/qcommon/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/qcommon/common.c b/code/qcommon/common.c index 0c46283a..afa00901 100644 --- a/code/qcommon/common.c +++ b/code/qcommon/common.c @@ -39,7 +39,7 @@ int demo_protocols[] = #define MIN_DEDICATED_COMHUNKMEGS 1 #define DEF_COMHUNKMEGS 128 #define MIN_COMHUNKMEGS DEF_COMHUNKMEGS -#define DEF_COMZONEMEGS 24 +#define DEF_COMZONEMEGS 48 #define DEF_COMHUNKMEGS_S XSTRING(DEF_COMHUNKMEGS) #define DEF_COMZONEMEGS_S XSTRING(DEF_COMZONEMEGS)