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

pull/332/head
Patric Stout 3 years ago committed by GitHub
parent f86c66cbd7
commit 1e432fbd71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1415,7 +1415,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 */

Loading…
Cancel
Save