]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
added a warning comment about dmodel_t not matching the on-disk q1bsp format because...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 10 Jan 2006 21:16:49 +0000 (21:16 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 10 Jan 2006 21:16:49 +0000 (21:16 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5895 d7cf8633-e32d-0410-b094-e92efae38249

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