Change: Heading for 1.12 now (#8862)

This commit is contained in:
Patric Stout
2021-03-14 20:47:31 +01:00
committed by GitHub
parent 74c98db1b6
commit 9bfa7198fd
12 changed files with 28 additions and 8 deletions

View File

@@ -323,7 +323,7 @@ enum SaveLoadVersion : uint16 {
SLV_GS_INDUSTRY_CONTROL, ///< 287 PR#7912 and PR#8115 GS industry control.
SLV_VEH_MOTION_COUNTER, ///< 288 PR#8591 Desync safe motion counter
SLV_INDUSTRY_TEXT, ///< 289 PR#8576 Additional GS text for industries.
SLV_INDUSTRY_TEXT, ///< 289 PR#8576 v1.11 Additional GS text for industries.
SL_MAX_VERSION, ///< Highest possible saveload version
};