Fix 81062163: for (really) old games, station bus/truck station cache was not updated (#9366)

(cherry picked from commit 1e432fbd71)
This commit is contained in:
Patric Stout
2021-06-13 13:48:40 +02:00
committed by Jonathan G Rennison
parent 3e78624965
commit 573ab48e9c

View File

@@ -1722,7 +1722,7 @@ bool AfterLoadGame()
c->avail_roadtypes = GetCompanyRoadTypes(c->index);
}
if (!IsSavegameVersionBefore(SLV_27)) AfterLoadStations();
AfterLoadStations();
/* Time starts at 0 instead of 1920.
* Account for this in older games by adding an offset */