]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - bspfile.h
implemented vid_samples cvar (antialiasing samples per pixel)
[xonotic/darkplaces.git] / bspfile.h
index 35137c31b7ecfdda36eb850cbcd604906135b298..77e9dcef27a101b55628956fd25e75de5cd5b3d4 100644 (file)
--- a/bspfile.h
+++ b/bspfile.h
@@ -31,7 +31,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 
 #define BSPVERSION     29
-#define MCBSPVERSION 2
 
 typedef struct lump_s
 {
@@ -57,11 +56,11 @@ typedef struct lump_s
 
 typedef struct hullinfo_s
 {
-       int                     numhulls;
        int                     filehulls;
        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];