You've already forked OpenRCT2-Unity
mirror of
https://github.com/izzy2lost/OpenRCT2-Unity.git
synced 2026-03-10 12:38:22 -07: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