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:
parent
78b59d54c3
commit
0fda04dc46
1 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue