Fix #12912: CompanyProperties::inaugurated_year_calendar not saved

This commit is contained in:
Jonathan G Rennison
2025-02-02 18:52:10 +00:00
committed by rubidium42
parent 8962ea8bcc
commit 3ea4d1d4fc
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -395,6 +395,7 @@ enum SaveLoadVersion : uint16_t {
SLV_PATH_CACHE_FORMAT, ///< 346 PR#12345 Vehicle path cache format changed.
SLV_ANIMATED_TILE_STATE_IN_MAP, ///< 347 PR#13082 Animated tile state saved for improved performance.
SLV_INCREASE_HOUSE_LIMIT, ///< 348 PR#12288 Increase house limit to 4096.
SLV_COMPANY_INAUGURATED_PERIOD_V2, ///< 349 PR#13448 Fix savegame storage for company inaugurated year in wallclock mode.
SL_MAX_VERSION, ///< Highest possible saveload version
};