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:
parent
d152382691
commit
cfde5514dd
|
|
@ -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 !!!
|
||||
|
|
|
|||
Loading…
Reference in New Issue