common: transfer comments from qbsp's bspfile.hh

This commit is contained in:
Eric Wasylishen 2021-08-24 00:17:47 -06:00
parent 6b1aaac9e9
commit 09d7b6e73f
1 changed files with 2 additions and 2 deletions

View File

@ -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;