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:
parent
d14793f7ab
commit
b484603871
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue