Skip to content

Commit

Permalink
Change: This is a testing version, so make it difficult to load saveg…
Browse files Browse the repository at this point in the history
…ames with other versions of OpenTTD.
  • Loading branch information
J0anJosep committed Nov 21, 2021
1 parent 9d00b7a commit 4dca217
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/saveload/saveload.h
Expand Up @@ -344,6 +344,8 @@ enum SaveLoadVersion : uint16 {
SLV_MULTITILE_DEPOTS, ///< 300 PR#9577 Multi-tile depots for rail, road and water transport.
SLV_EXTENDED_DEPOTS, ///< 301 PR#8480 Extended depots for rail, road and water transport.

SLV_PATCHED = UINT16_MAX - 6, ///< Make it difficult to load any savegame made with
// this patched version in any other version of OpenTTD (unless it uses the same saveload version trick).
SL_MAX_VERSION, ///< Highest possible saveload version
};

Expand Down

0 comments on commit 4dca217

Please sign in to comment.