Revert #8157: Redundant change

This commit is contained in:
dP
2020-06-28 19:04:55 +03:00
committed by Niels Martin Hansen
parent 6d3c2edc59
commit ca2604c4e2
3 changed files with 11 additions and 19 deletions

View File

@@ -2830,7 +2830,7 @@ bool AfterLoadGame()
* which is done by StartupEngines(). */
if (gcf_res != GLC_ALL_GOOD) StartupEngines();
if (IsSavegameVersionBefore(SLV_FIX_TOWN_ACCEPTANCE)) {
if (IsSavegameVersionBefore(SLV_166)) {
/* Update cargo acceptance map of towns. */
for (TileIndex t = 0; t < map_size; t++) {
if (!IsTileType(t, MP_HOUSE)) continue;