1
0
Fork 0

Change: This is a testing version, so make it difficult to load savegames with other versions of OpenTTD.

pull/8480/head
J0anJosep 2021-06-16 19:40:46 +02:00
parent 158c46fcd6
commit 56af97cb34
1 changed files with 2 additions and 0 deletions

View File

@ -399,6 +399,8 @@ enum SaveLoadVersion : uint16_t {
SLV_EXTENDED_DEPOTS, ///< 321 PR#8480 Extended depots for rail, road and water transport. SLV_EXTENDED_DEPOTS, ///< 321 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 SL_MAX_VERSION, ///< Highest possible saveload version
}; };