diff --git a/include/QF/bspfile.h b/include/QF/bspfile.h index 18586564d..1232c4f09 100644 --- a/include/QF/bspfile.h +++ b/include/QF/bspfile.h @@ -201,6 +201,8 @@ typedef struct dleaf_s { float mins[3]; // for frustum culling float maxs[3]; + // the list of marksurfaces is the surfaces that make up the effective + // mesh of the leaf uint32_t firstmarksurface; uint32_t nummarksurfaces;