X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=bspfile.h;fp=bspfile.h;h=77e9dcef27a101b55628956fd25e75de5cd5b3d4;hp=fa4178b02b3e9dd95650ffab48834c3e2ccf7dcd;hb=d5ea21772f2ee1609671ebd393a10f71892db483;hpb=eeccabbb650084531500c0e1d13d28dc5218ba8f diff --git a/bspfile.h b/bspfile.h index fa4178b0..77e9dcef 100644 --- 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;