Fix #11556: Missing saveload change for OrderBackup. (#11557)

Apply the saveload change from #11468 to OrderBackup and bump again.
This commit is contained in:
Peter Nelson
2023-12-07 19:31:30 +00:00
committed by GitHub
parent 2cbe91c312
commit 54ba757910
2 changed files with 3 additions and 1 deletions

View File

@@ -364,6 +364,7 @@ enum SaveLoadVersion : uint16_t {
SLV_STATION_RATING_CHEAT, ///< 320 PR#11346 Add cheat to fix station ratings at 100%.
SLV_TIMETABLE_START_TICKS, ///< 321 PR#11468 Convert timetable start from a date to ticks.
SLV_TIMETABLE_START_TICKS_FIX, ///< 322 PR#11557 Fix for missing convert timetable start from a date to ticks.
SL_MAX_VERSION, ///< Highest possible saveload version
};