trivial: remove old comment about removing plane type

On disk formats are pretty final at this point...

Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
This commit is contained in:
Kevin Shanahan 2013-04-20 16:58:39 +09:30
parent d14793f7ab
commit b484603871
1 changed files with 1 additions and 1 deletions

View File

@ -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