docs: note that dmodel::origin is apparently unused

This commit is contained in:
Eric Wasylishen 2025-01-23 23:49:09 -07:00
parent b66e771056
commit 41ac385840
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ struct dmodelh2_t
{
qvec3f mins;
qvec3f maxs;
qvec3f origin;
qvec3f origin; /* unused */
std::array<int32_t, MAX_MAP_HULLS_H2> headnode; /* hexen2 only uses 6 */
int32_t visleafs; /* not including the solid leaf 0 */
int32_t firstface;

View File

@ -72,7 +72,7 @@ struct dmodelq1_t
{
qvec3f mins;
qvec3f maxs;
qvec3f origin;
qvec3f origin; /* unused */
std::array<int32_t, MAX_MAP_HULLS_Q1> headnode; /* 4 for backward compat, only 3 hulls exist */
int32_t visleafs; /* not including the solid leaf 0 */
int32_t firstface;