]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - contrib/bobtoolz/DShape.h
Wean off #define
[xonotic/netradiant.git] / contrib / bobtoolz / DShape.h
index 1f6c91fcaece093f3afb36c4e2c4aacb3126988a..31c66e13034dbe2292fa2451bbdd4a37d929914c 100644 (file)
@@ -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[];