bumped sanity limit for gb.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4136 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2012-10-22 18:19:22 +00:00
parent 78b59d54c3
commit 0fda04dc46
1 changed files with 6 additions and 6 deletions

View File

@ -415,12 +415,12 @@ typedef struct q2miptex_s
#define MAX_Q2MAP_BRUSHSIDES 0x40000
#define MAX_Q2MAP_VERTS MAX_MAP_VERTS
#define MAX_Q2MAP_FACES MAX_MAP_FACES
#define MAX_Q2MAP_LEAFFACES 65536
#define MAX_Q2MAP_LEAFBRUSHES 65536
#define MAX_Q2MAP_PORTALS 65536
#define MAX_Q2MAP_EDGES 128000
#define MAX_Q2MAP_SURFEDGES 256000
#define MAX_Q2MAP_LIGHTING 0x200000
#define MAX_Q2MAP_LEAFFACES 262144 //sanity only
#define MAX_Q2MAP_LEAFBRUSHES 65536 //used in an array
#define MAX_Q2MAP_PORTALS 65536 //unused
#define MAX_Q2MAP_EDGES 128000 //unused
#define MAX_Q2MAP_SURFEDGES 256000 //unused
#define MAX_Q2MAP_LIGHTING 0x200000 //unused
//#define MAX_Q2MAP_VISIBILITY MAX_MAP_VISIBILITY
// key / value pair sizes