summaryrefslogtreecommitdiff
path: root/src/road_map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/road_map.h')
-rw-r--r--src/road_map.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/road_map.h b/src/road_map.h
index ad5a1de4a..ed1ad4148 100644
--- a/src/road_map.h
+++ b/src/road_map.h
@@ -149,7 +149,8 @@ static inline bool IsRoadOwner(TileIndex t, RoadType rt, Owner o)
return (GetRoadOwner(t, rt) == o);
}
-/** Checks if given tile has town owned road
+/**
+ * Checks if given tile has town owned road
* @param t tile to check
* @return true iff tile has road and the road is owned by a town
* @pre IsTileType(t, MP_ROAD)