From: havoc Date: Tue, 10 Jan 2006 21:14:06 +0000 (+0000) Subject: correct q2dheader_t and q3dheader_t to have the correct lump array sizes X-Git-Tag: xonotic-v0.1.0preview~4399 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=27907bd5780497d603f115738cfcd68b1da3d17f;p=xonotic%2Fdarkplaces.git correct q2dheader_t and q3dheader_t to have the correct lump array sizes git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5894 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/model_brush.h b/model_brush.h index bcb79f10..bf44b585 100644 --- a/model_brush.h +++ b/model_brush.h @@ -245,7 +245,7 @@ typedef struct q2dheader_s { int ident; int version; - lump_t lumps[HEADER_LUMPS]; + lump_t lumps[Q2HEADER_LUMPS]; } q2dheader_t; typedef struct q2dmodel_s @@ -419,7 +419,7 @@ typedef struct q3dheader_s { int ident; int version; - lump_t lumps[HEADER_LUMPS]; + lump_t lumps[Q3HEADER_LUMPS]; } q3dheader_t; typedef struct q3dtexture_s