From: Rudolf Polzer Date: Mon, 17 Oct 2011 04:47:29 +0000 (+0200) Subject: allow more entities X-Git-Tag: xonotic-v0.6.0~68 X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=commitdiff_plain;h=ed1e2eb318831c4449ca47dc21ec4e679d1b493f allow more entities --- diff --git a/tools/quake3/q3map2/q3map2.h b/tools/quake3/q3map2/q3map2.h index e912d15b..4b020fdd 100644 --- a/tools/quake3/q3map2/q3map2.h +++ b/tools/quake3/q3map2/q3map2.h @@ -317,8 +317,8 @@ abstracted bsp file #define MAX_LIGHTMAP_SHADERS 256 /* ok to increase these at the expense of more memory */ -#define MAX_MAP_ENTITIES 0x1000 //% 0x800 /* ydnar */ -#define MAX_MAP_ENTSTRING 0x80000 //% 0x40000 /* ydnar */ +#define MAX_MAP_ENTITIES 0x8000 //% 0x800 /* ydnar */ +#define MAX_MAP_ENTSTRING 0x400000 //% 0x40000 /* ydnar */ #define MAX_MAP_AREAS 0x100 /* MAX_MAP_AREA_BYTES in q_shared must match! */ #define MAX_MAP_FOGS 30 //& 0x100 /* RBSP (32 - world fog - goggles) */