From: divverent Date: Fri, 12 Jun 2009 21:00:52 +0000 (+0000) Subject: up MAX_BUILD_SIDES to match MAX_BRUSH_SIDES X-Git-Tag: svn-r421~39 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=ba342c2f4a1b33715bdb88a3f2c0c2d20e03dc4f;p=xonotic%2Fnetradiant.git up MAX_BUILD_SIDES to match MAX_BRUSH_SIDES git-svn-id: svn://svn.icculus.org/netradiant/trunk@381 61c419a2-8eb2-4b30-bcec-8cead039b335 --- diff --git a/tools/quake3/q3map2/q3map2.h b/tools/quake3/q3map2/q3map2.h index 3e0595cf..1224ae36 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