From 09d7b6e73fe3ef8f1351bf4e0f79b417c9c16691 Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Tue, 24 Aug 2021 00:17:47 -0600 Subject: [PATCH] common: transfer comments from qbsp's bspfile.hh --- include/common/bspfile.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/common/bspfile.hh b/include/common/bspfile.hh index 9183755b..b6793eff 100644 --- a/include/common/bspfile.hh +++ b/include/common/bspfile.hh @@ -156,7 +156,7 @@ typedef struct { float mins[3]; float maxs[3]; float origin[3]; - int32_t headnode[MAX_MAP_HULLS_Q1]; + int32_t headnode[MAX_MAP_HULLS_Q1]; /* 4 for backward compat, only 3 hulls exist */ int32_t visleafs; /* not including the solid leaf 0 */ int32_t firstface; int32_t numfaces; @@ -166,7 +166,7 @@ typedef struct { float mins[3]; float maxs[3]; float origin[3]; - int32_t headnode[MAX_MAP_HULLS_H2]; + int32_t headnode[MAX_MAP_HULLS_H2]; /* hexen2 only uses 6 */ int32_t visleafs; /* not including the solid leaf 0 */ int32_t firstface; int32_t numfaces;