1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-02-03 04:05:49 +01:00

bump parkfile min version

This commit is contained in:
Spacek531
2023-10-09 10:27:06 -07:00
parent 1a2cd1d186
commit 85810708b3

View File

@@ -12,7 +12,7 @@ namespace OpenRCT2
constexpr uint32_t PARK_FILE_CURRENT_VERSION = 32;
// The minimum version that is forwards compatible with the current version.
constexpr uint32_t PARK_FILE_MIN_VERSION = 30;
constexpr uint32_t PARK_FILE_MIN_VERSION = 32;
// The minimum version that is backwards compatible with the current version.
// If this is increased beyond 0, uncomment the checks in ParkFile.cpp and Context.cpp!