Fix: Bump savegame version

This commit is contained in:
Jack Baron 2019-10-18 03:26:05 +01:00 committed by Charles Pigott
parent 7c9dedb94f
commit e4f08f2880
1 changed files with 1 additions and 0 deletions

View File

@ -302,6 +302,7 @@ enum SaveLoadVersion : uint16 {
SLV_SCRIPT_MEMLIMIT, ///< 215 PR#7516 Limit on AI/GS memory consumption.
SLV_MULTITILE_DOCKS, ///< 216 PR#7380 Multiple docks per station.
SLV_TRADING_AGE, ///< 217 PR#7780 Configurable company trading age.
SL_MAX_VERSION, ///< Highest possible saveload version
};