From ba342c2f4a1b33715bdb88a3f2c0c2d20e03dc4f Mon Sep 17 00:00:00 2001 From: divverent Date: Fri, 12 Jun 2009 21:00:52 +0000 Subject: [PATCH] up MAX_BUILD_SIDES to match MAX_BRUSH_SIDES git-svn-id: svn://svn.icculus.org/netradiant/trunk@381 61c419a2-8eb2-4b30-bcec-8cead039b335 --- tools/quake3/q3map2/q3map2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/quake3/q3map2/q3map2.h b/tools/quake3/q3map2/q3map2.h index 3e0595c..1224ae3 100644 --- a/tools/quake3/q3map2/q3map2.h +++ b/tools/quake3/q3map2/q3map2.h @@ -185,7 +185,7 @@ constants /* bsp */ #define MAX_PATCH_SIZE 32 #define MAX_BRUSH_SIDES 1024 -#define MAX_BUILD_SIDES 300 +#define MAX_BUILD_SIDES 1024 #define MAX_EXPANDED_AXIS 128 -- 2.39.2