[ZoneBuilder] Fix zlib compile error
This commit is contained in:
parent
4aba6fa06d
commit
0c2c7bb7e9
@ -407,12 +407,7 @@ namespace Components
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef DEBUG
|
|
||||||
zoneBuffer = Utils::Compression::Deflate::ZLib::Compress(zoneBuffer);
|
|
||||||
#else
|
|
||||||
zoneBuffer = Utils::Compression::ZLib::Compress(zoneBuffer);
|
zoneBuffer = Utils::Compression::ZLib::Compress(zoneBuffer);
|
||||||
#endif
|
|
||||||
|
|
||||||
outBuffer.append(zoneBuffer);
|
outBuffer.append(zoneBuffer);
|
||||||
|
|
||||||
std::string outFile = "zone/" + this->zoneName + ".ff";
|
std::string outFile = "zone/" + this->zoneName + ".ff";
|
||||||
|
Loading…
Reference in New Issue
Block a user