From cfde5514dd64f42ce14d7b6279b3e44aaa6d8818 Mon Sep 17 00:00:00 2001 From: Kevin Shanahan Date: Sun, 17 Feb 2013 21:36:10 +1030 Subject: [PATCH] qbsp: remove comment about regenerating dplane_t->type The on disk format is set at this stage. Signed-off-by: Kevin Shanahan --- qbsp/qbsp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbsp/qbsp.h b/qbsp/qbsp.h index 7510ddf4..d067c8f4 100644 --- a/qbsp/qbsp.h +++ b/qbsp/qbsp.h @@ -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 !!!