1
0
Fork 0

Fix: Don't stop growth attempt if house is not allowed

pull/10004/head
dP 2024-01-29 15:58:03 +05:30
parent bf013097a7
commit 64e2941813
1 changed files with 0 additions and 2 deletions

View File

@ -1593,8 +1593,6 @@ static void GrowTownInTile(TileIndex *tile_ptr, RoadBits cur_rb, DiagDirection t
}
if (!TownCanGrowRoad(tile)) return;
_grow_town_result = GROWTH_SEARCH_STOPPED;
}
/* Return if a water tile */