]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - bspfile.h
removed support for Sajt's unfinished McBSP format
[xonotic/darkplaces.git] / bspfile.h
index fa4178b02b3e9dd95650ffab48834c3e2ccf7dcd..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,7 +56,6 @@ typedef struct lump_s
 
 typedef struct hullinfo_s
 {
-       int                     numhulls;
        int                     filehulls;
        float           hullsizes[MAX_MAP_HULLS][2][3];
 } hullinfo_t;