vis: temporary hack of raising MAX_PORTALS_ON_LEAF to 512

This commit is contained in:
Eric Wasylishen 2020-01-21 00:24:03 -07:00
parent 060c44bd02
commit e2a5f62f32
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ typedef struct passage_s {
} passage_t; } passage_t;
/* Increased MAX_PORTALS_ON_LEAF from 128 */ /* Increased MAX_PORTALS_ON_LEAF from 128 */
#define MAX_PORTALS_ON_LEAF 256 #define MAX_PORTALS_ON_LEAF 512
typedef struct leaf_s { typedef struct leaf_s {
int numportals; int numportals;