]> de.git.xonotic.org Git - xonotic/netradiant.git/commitdiff
up MAX_BUILD_SIDES to match MAX_BRUSH_SIDES
authordivverent <divverent@61c419a2-8eb2-4b30-bcec-8cead039b335>
Fri, 12 Jun 2009 21:00:52 +0000 (21:00 +0000)
committerdivverent <divverent@61c419a2-8eb2-4b30-bcec-8cead039b335>
Fri, 12 Jun 2009 21:00:52 +0000 (21:00 +0000)
git-svn-id: svn://svn.icculus.org/netradiant/trunk@381 61c419a2-8eb2-4b30-bcec-8cead039b335

tools/quake3/q3map2/q3map2.h

index 3e0595cf0e20d8539182e9a95d4e8e31035884f9..1224ae36467f065af74a798e026508398ef66551 100644 (file)
@@ -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