From 1fbc328e27ffc3265a8028410dafdb56520880aa Mon Sep 17 00:00:00 2001 From: Spacek531 Date: Tue, 26 Sep 2023 16:56:15 -0700 Subject: [PATCH] bump parkfile version --- src/openrct2/park/ParkFile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openrct2/park/ParkFile.h b/src/openrct2/park/ParkFile.h index 536923e2d2..a4675f7b78 100644 --- a/src/openrct2/park/ParkFile.h +++ b/src/openrct2/park/ParkFile.h @@ -9,7 +9,7 @@ struct ObjectRepositoryItem; namespace OpenRCT2 { // Current version that is saved. - constexpr uint32_t PARK_FILE_CURRENT_VERSION = 31; + 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;