From 41ac38584086a2398b5dc42e7f330abc6f897668 Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Thu, 23 Jan 2025 23:49:09 -0700 Subject: [PATCH] docs: note that dmodel::origin is apparently unused --- include/common/bspfile_generic.hh | 2 +- include/common/bspfile_q1.hh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/common/bspfile_generic.hh b/include/common/bspfile_generic.hh index f5fd007e..428d9b29 100644 --- a/include/common/bspfile_generic.hh +++ b/include/common/bspfile_generic.hh @@ -40,7 +40,7 @@ struct dmodelh2_t { qvec3f mins; qvec3f maxs; - qvec3f origin; + qvec3f origin; /* unused */ std::array headnode; /* hexen2 only uses 6 */ int32_t visleafs; /* not including the solid leaf 0 */ int32_t firstface; diff --git a/include/common/bspfile_q1.hh b/include/common/bspfile_q1.hh index 4df97991..9b7f2578 100644 --- a/include/common/bspfile_q1.hh +++ b/include/common/bspfile_q1.hh @@ -72,7 +72,7 @@ struct dmodelq1_t { qvec3f mins; qvec3f maxs; - qvec3f origin; + qvec3f origin; /* unused */ std::array headnode; /* 4 for backward compat, only 3 hulls exist */ int32_t visleafs; /* not including the solid leaf 0 */ int32_t firstface;