1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

bump parkfile version

This commit is contained in:
Spacek531
2023-09-26 16:56:15 -07:00
parent 408ee2c731
commit 1fbc328e27

View File

@@ -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;