X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=bspfile.h;h=fa4178b02b3e9dd95650ffab48834c3e2ccf7dcd;hb=679f31232d927e129a0d37d0325a9e62ff8845ad;hp=35137c31b7ecfdda36eb850cbcd604906135b298;hpb=6824d8ddc8a43cae0609be5bbe8bee01fa1a4225;p=xonotic%2Fdarkplaces.git diff --git a/bspfile.h b/bspfile.h index 35137c31..fa4178b0 100644 --- 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];