]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_brush.h
Added the proper libPNG DLL name for Win64, by Willis
[xonotic/darkplaces.git] / model_brush.h
index bcb79f103798daa4b2f9b91d465bfee52c2cc9a7..bf44b585eec0432d6431ec7dfcf635ce02076044 100644 (file)
@@ -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