From fd0788fc7fa565053ee12f5bdbe88b92006d2129 Mon Sep 17 00:00:00 2001 From: Gymnasiast Date: Mon, 24 Jan 2022 22:00:51 +0100 Subject: [PATCH] Remove MAX_ZLIB_REALLOC --- src/openrct2/util/Util.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/openrct2/util/Util.cpp b/src/openrct2/util/Util.cpp index dd83aa50ba..35521adf21 100644 --- a/src/openrct2/util/Util.cpp +++ b/src/openrct2/util/Util.cpp @@ -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