Changeset - r18825:a2aee70d1447
[Not reviewed]
master
0 2 0
rubidium - 13 years ago 2011-12-28 20:06:51
rubidium@openttd.org
(svn r23684) -Cleanup: let the highway take the highway
2 files changed with 0 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/road_cmd.cpp
Show inline comments
 
@@ -384,7 +384,6 @@ static CommandCost RemoveRoad(TileIndex 
 
					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);
src/road_func.h
Show inline comments
 
@@ -58,7 +58,6 @@ static inline RoadTypes RoadTypeToRoadTy
 
 *
 
 * @param r The given RoadTypes
 
 * @return The complement of the given RoadTypes
 
 * @note The unused value ROADTYPES_HWAY will be used, too.
 
 */
 
static inline RoadTypes ComplementRoadTypes(RoadTypes r)
 
{
0 comments (0 inline, 0 general)