raise MAX_MAP_LEAFS to 100k

This commit is contained in:
Eric Wasylishen 2017-06-12 20:03:39 -06:00
parent 559288389c
commit e43a383093

View file

@ -35,7 +35,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#define MAX_MAP_PLANES 32767
#define MAX_MAP_NODES 32767 // because negative shorts are contents
#define MAX_MAP_CLIPNODES 32767
#define MAX_MAP_LEAFS 70000 //johnfitz -- was 8192
#define MAX_MAP_LEAFS 100000 //johnfitz -- was 8192
#define MAX_MAP_VERTS 65535
#define MAX_MAP_FACES 65535
#define MAX_MAP_MARKSURFACES 65535