mirror of https://github.com/OpenTTD/OpenTTD
Fix: Bump savegame version
parent
7c9dedb94f
commit
e4f08f2880
|
@ -302,6 +302,7 @@ enum SaveLoadVersion : uint16 {
|
||||||
|
|
||||||
SLV_SCRIPT_MEMLIMIT, ///< 215 PR#7516 Limit on AI/GS memory consumption.
|
SLV_SCRIPT_MEMLIMIT, ///< 215 PR#7516 Limit on AI/GS memory consumption.
|
||||||
SLV_MULTITILE_DOCKS, ///< 216 PR#7380 Multiple docks per station.
|
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
|
SL_MAX_VERSION, ///< Highest possible saveload version
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue