vis: raise MAX_MAP_VISIBILITY to 128MB

This commit is contained in:
Eric Wasylishen 2015-10-19 23:47:42 -06:00
parent 0bc85020d2
commit 792a7eae6e
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
#define MAX_MAP_SURFEDGES 512000
#define MAX_MAP_MIPTEX 0x0800000
#define MAX_MAP_LIGHTING 0x1000000
#define MAX_MAP_VISIBILITY 0x1000000
#define MAX_MAP_VISIBILITY 0x8000000
/* key / value pair sizes */
#define MAX_ENT_KEY 32