X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=contrib%2Fbobtoolz%2FDWinding.h;h=cb8ddda759197504eb5eeef5dd2970aae9b87172;hb=refs%2Fheads%2Fmaster;hp=94a28096f457ee09ae2a5feb9620865bb4536ab1;hpb=3c73487420fde8d4a3b5360d8b99e48132517900;p=xonotic%2Fnetradiant.git diff --git a/contrib/bobtoolz/DWinding.h b/contrib/bobtoolz/DWinding.h index 94a28096..cb8ddda7 100644 --- a/contrib/bobtoolz/DWinding.h +++ b/contrib/bobtoolz/DWinding.h @@ -63,8 +63,8 @@ vec3_t* p; vec3_t clr; }; -#define MAX_POINTS_ON_WINDING 64 +const int MAX_POINTS_ON_WINDING = 64; -#define ON_EPSILON 0.01 +const double ON_EPSILON = 0.01; #endif // !defined(AFX_DWINDING_H__35B2C524_F0A7_11D4_ACF7_004095A18133__INCLUDED_)