Skip to content
Snippets Groups Projects
Commit b7f7c2ec authored by Alam Ed Arias's avatar Alam Ed Arias
Browse files

PK3: fixup support for newer version of zlib

parent 9a042cd5
No related branches found
No related tags found
1 merge request!488Merge in next and don't billboard papersprites in GL
......@@ -1241,7 +1241,7 @@ size_t W_ReadLumpHeaderPwad(UINT16 wad, UINT16 lump, void *dest, size_t size, si
#ifdef HAVE_ZLIB
case CM_DEFLATE: // Is it compressed via DEFLATE? Very common in ZIPs/PK3s, also what most doom-related editors support.
{
z_const Bytef *rawData; // The lump's raw data.
void *rawData; // The lump's raw data.
Bytef *decData; // Lump's decompressed real data.
int zErr; // Helper var.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment