mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-16 09:42:57 +00:00
PK3: fixup support for newer version of zlib
This commit is contained in:
parent
9a042cd5e2
commit
b7f7c2ecf7
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue