]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - bspfile.h
added BX_WAL_SUPPORT to extensions list and documented it (.wal texture support has...
[xonotic/darkplaces.git] / bspfile.h
index 35137c31b7ecfdda36eb850cbcd604906135b298..fa4178b02b3e9dd95650ffab48834c3e2ccf7dcd 100644 (file)
--- a/bspfile.h
+++ b/bspfile.h
@@ -62,6 +62,7 @@ typedef struct hullinfo_s
        float           hullsizes[MAX_MAP_HULLS][2][3];
 } hullinfo_t;
 
+// WARNING: this struct does NOT match q1bsp's disk format because MAX_MAP_HULLS has been changed by Sajt's MCBSP code, this struct is only being used in memory as a result
 typedef struct dmodel_s
 {
        float           mins[3], maxs[3];