1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-29 01:19:11 +00:00
This commit is contained in:
dP
2025-05-06 18:03:45 +00:00
committed by GitHub

View File

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