1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

Remove MAX_ZLIB_REALLOC

This commit is contained in:
Gymnasiast
2022-01-24 22:00:51 +01:00
parent 615c07977d
commit fd0788fc7f

View File

@@ -545,7 +545,6 @@ uint32_t util_rand()
}
constexpr size_t CHUNK = 128 * 1024;
constexpr int32_t MAX_ZLIB_REALLOC = 4 * 1024 * 1024;
// Compress the source to gzip-compatible stream, write to dest.
// Mainly used for compressing the crashdumps