X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=model_vbsp.h;h=6de783b2cd681f88417ec67d27baeb09769b7db4;hp=a4466c3ad88cfee5143ee41b77ebf63d7011bd4a;hb=9becec9419d9a20c7d373b14e1106d5f0ce78494;hpb=a00468da807494409651768721070b618186a666 diff --git a/model_vbsp.h b/model_vbsp.h index a4466c3a..6de783b2 100644 --- a/model_vbsp.h +++ b/model_vbsp.h @@ -33,6 +33,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * VBSP version number the same. */ +#define VBSPVERSION ('V' + 'B' * 256 + 'S' * 65536 + 'P' * 16777216) + // Content flags #define HL2CONTENTS_NONE 0 #define HL2CONTENTS_SOLID 0x1 @@ -152,7 +154,7 @@ typedef struct hl2lump_s typedef struct hl2dheader_s { - int32_t id; + int32_t ident; int32_t version; hl2lump_t lumps[HL2HEADER_LUMPS]; int32_t revision;