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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user