From e2a5f62f3293cb4b97c54309adf75e03c7cc2a2c Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Tue, 21 Jan 2020 00:24:03 -0700 Subject: [PATCH] vis: temporary hack of raising MAX_PORTALS_ON_LEAF to 512 --- include/vis/vis.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vis/vis.hh b/include/vis/vis.hh index 84414dea..f9f9eb6f 100644 --- a/include/vis/vis.hh +++ b/include/vis/vis.hh @@ -70,7 +70,7 @@ typedef struct passage_s { } passage_t; /* Increased MAX_PORTALS_ON_LEAF from 128 */ -#define MAX_PORTALS_ON_LEAF 256 +#define MAX_PORTALS_ON_LEAF 512 typedef struct leaf_s { int numportals;