Fix #8589, 653e7fa548: Motion counter is NewGRF-visible but not saved, leading to desyncs. (#8591)

(cherry picked from commit 7da224d29d)
This commit is contained in:
Michael Lutz
2021-01-18 21:11:38 +01:00
committed by Jonathan G Rennison
parent e0893de5c3
commit a190b00af1
2 changed files with 2 additions and 0 deletions

View File

@@ -325,6 +325,7 @@ enum SaveLoadVersion : uint16 {
SLV_END_PATCHPACKS = 286, ///< 286 Last known patchpack to use a version just above ours.
SLV_GS_INDUSTRY_CONTROL, ///< 287 PR#7912 and PR#8115 GS industry control.
SLV_VEH_MOTION_COUNTER, ///< 288 PR#8591 Desync safe motion counter
SL_MAX_VERSION, ///< Highest possible saveload version