diff --git a/include/common/bspfile.h b/include/common/bspfile.h index 81c98daa..c12668c2 100644 --- a/include/common/bspfile.h +++ b/include/common/bspfile.h @@ -127,7 +127,7 @@ typedef struct { typedef struct { float normal[3]; float dist; - int type; /* PLANE_X - PLANE_ANYZ ?remove? trivial to regenerate */ + int type; } dplane_t; #define CONTENTS_EMPTY -1