From: Rudolf Polzer Date: Mon, 17 Oct 2011 04:47:47 +0000 (+0200) Subject: Merge branch 'master' of git://de.git.xonotic.org/xonotic/netradiant X-Git-Tag: xonotic-v0.6.0~67 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=commitdiff_plain;h=f15b9265ecdd46d8e5fc377e62a159b74073f532;hp=6b70522a4b2e76e6c5c714fb10e5070b65ebd30d Merge branch 'master' of git://de.git.xonotic.org/xonotic/netradiant --- diff --git a/tools/quake3/q3map2/q3map2.h b/tools/quake3/q3map2/q3map2.h index ce6367f2..64494462 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) */