qbsp: remove comment about regenerating dplane_t->type

The on disk format is set at this stage.

Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
This commit is contained in:
Kevin Shanahan 2013-02-17 21:36:10 +10:30
parent d152382691
commit cfde5514dd
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ typedef struct {
typedef struct {
float normal[3];
float dist;
int type; // PLANE_X - PLANE_ANYZ ?remove? trivial to regenerate
int type;
} dplane_t;
// !!! if this is changed, it must be changed in asm_i386.h too !!!