Saveload: Add support for upstream savegame version 316

This commit is contained in:
Jonathan G Rennison
2023-08-01 18:55:30 +01:00
parent f4d237e022
commit 2ed98b3b9d
2 changed files with 3 additions and 1 deletions

View File

@@ -369,6 +369,7 @@ enum SaveLoadVersion : uint16 {
SLV_STRING_GAMELOG, ///< 314 PR#10801 Use std::string in gamelog.
SLV_INDUSTRY_CARGO_REORGANISE, ///< 315 PR#10853 Industry accepts/produced data reorganised.
SLV_PERIODS_IN_TRANSIT_RENAME, ///< 316 PR#11112 Rename days in transit to (cargo) periods in transit.
SL_MAX_VERSION, ///< Highest possible saveload version