Fix 2fd871e2af: load correct ending-year for old (pre 0.7) savegames

Despite what it looked like, you could never really change the
ending-year (it was always reset to 2050 on start-up). See commit
683b65ee1 for details. As a side-effect, the variable that was
suppose to store the ending-year was just zero, never containing
a real ending-year.
This commit is contained in:
Patric Stout
2021-01-07 09:06:27 +01:00
committed by Patric Stout
parent a1987df96a
commit ef6b17baf7
3 changed files with 3 additions and 18 deletions

View File

@@ -28,8 +28,6 @@ Date _date; ///< Current date in days (day counter)
DateFract _date_fract; ///< Fractional part of the day.
uint16 _tick_counter; ///< Ever incrementing (and sometimes wrapping) tick counter for setting off various events
int32 _old_ending_year_slv_105; ///< Old ending year for savegames before SLV_105
/**
* Set the date.
* @param date New date