vis: temporary hack of raising MAX_PORTALS_ON_LEAF to 512
This commit is contained in:
parent
060c44bd02
commit
e2a5f62f32
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue