From fbbfaac819f1e3bd6aab2351433249bb4e8dac6d Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 28 Dec 2011 20:06:51 +0000 Subject: (svn r23684) -Cleanup: let the highway take the highway --- src/road_cmd.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/road_cmd.cpp') diff --git a/src/road_cmd.cpp b/src/road_cmd.cpp index 509480845..07e3f00a3 100644 --- a/src/road_cmd.cpp +++ b/src/road_cmd.cpp @@ -384,7 +384,6 @@ static CommandCost RemoveRoad(TileIndex tile, DoCommandFlag flags, RoadBits piec if (c != NULL) c->infrastructure.rail[GetRailType(tile)] -= LEVELCROSSING_TRACKBIT_FACTOR - 1; } else { SetRoadTypes(tile, rts); - /* If we ever get HWAY and it is possible without road then we will need to promote ownership and invalidate town index here, too */ } MarkTileDirtyByTile(tile); YapfNotifyTrackLayoutChange(tile, railtrack); -- cgit v1.2.3-54-g00ecf