From b48460387106056ed43b8dbe24acb47b6cd2ee97 Mon Sep 17 00:00:00 2001 From: Kevin Shanahan Date: Sat, 20 Apr 2013 16:58:39 +0930 Subject: [PATCH] trivial: remove old comment about removing plane type On disk formats are pretty final at this point... Signed-off-by: Kevin Shanahan --- include/common/bspfile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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