Set MIN_COMHUNKMEGS to match DEF_COMHUNKMEGS

Changes in ioq3, most notably in the OpenGL 2 renderer, have gradually
increased the mininum memory requirements, to the point where the
original value is too low for the Team Arena game, among other things,
so increase the minimum to match our (already increased) default. More
information in issue #816.
This commit is contained in:
Tim Angus 2025-10-26 10:15:46 +00:00
parent f4ec9be44d
commit 170a052489

View File

@ -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)