Codechange #8258: Remove unused town cargo caches from the savegame

This commit is contained in:
dP
2020-07-02 15:24:59 +03:00
committed by Charles Pigott
parent a10013dd00
commit 452e1e3328
2 changed files with 11 additions and 19 deletions

View File

@@ -302,6 +302,7 @@ enum SaveLoadVersion : uint16 {
SLV_MULTITILE_DOCKS, ///< 216 PR#7380 Multiple docks per station.
SLV_TRADING_AGE, ///< 217 PR#7780 Configurable company trading age.
SLV_ENDING_YEAR, ///< 218 PR#7747 v1.10 Configurable ending year.
SLV_REMOVE_TOWN_CARGO_CACHE, ///< 219 PR#8258 Remove town cargo acceptance and production caches.
SL_MAX_VERSION, ///< Highest possible saveload version
};