diff options
-rw-r--r-- | src/town_cmd.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/town_cmd.cpp b/src/town_cmd.cpp index d92a076b2..3a2cd7087 100644 --- a/src/town_cmd.cpp +++ b/src/town_cmd.cpp @@ -1349,9 +1349,6 @@ static void GrowTownInTile(TileIndex *tile_ptr, RoadBits cur_rb, DiagDirection t assert(tile < MapSize()); - /* Don't allow junctions on roadtypes which can't be built by towns. */ - if (IsTileType(tile, MP_ROAD) && !HasBit(GetRoadTypeInfo(GetRoadTypeRoad(tile))->flags, ROTF_TOWN_BUILD)) return; - if (cur_rb == ROAD_NONE) { /* Tile has no road. First reset the status counter * to say that this is the last iteration. */ |