Skip to content

Commit

Permalink
Bump park file version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gymnasiast committed Nov 23, 2024
1 parent f0ee82d commit 1b9cd27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/openrct2/park/ParkFile.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ namespace OpenRCT2
struct GameState_t;

// Current version that is saved.
constexpr uint32_t PARK_FILE_CURRENT_VERSION = 43;
constexpr uint32_t PARK_FILE_CURRENT_VERSION = 44;

// The minimum version that is forwards compatible with the current version.
constexpr uint32_t PARK_FILE_MIN_VERSION = 42;
constexpr uint32_t PARK_FILE_MIN_VERSION = 44;

// 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!
Expand Down

0 comments on commit 1b9cd27

Please sign in to comment.