X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=contrib%2Fbobtoolz%2FDShape.h;h=31c66e13034dbe2292fa2451bbdd4a37d929914c;hb=refs%2Fheads%2Fmaster;hp=1f6c91fcaece093f3afb36c4e2c4aacb3126988a;hpb=3c73487420fde8d4a3b5360d8b99e48132517900;p=xonotic%2Fnetradiant.git diff --git a/contrib/bobtoolz/DShape.h b/contrib/bobtoolz/DShape.h index 1f6c91fc..31c66e13 100644 --- a/contrib/bobtoolz/DShape.h +++ b/contrib/bobtoolz/DShape.h @@ -35,7 +35,7 @@ class DBrush; class DEntity; // defines for polygon stuff -#define MAX_POLYGON_FACES 128 +const int MAX_POLYGON_FACES = 128; extern bool bFacesAll[];