mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-08 16:52:01 +00:00
raise MAX_MAP_LEAFS to 100k
This commit is contained in:
parent
559288389c
commit
e43a383093
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue