summaryrefslogtreecommitdiff
path: root/src/road_internal.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2016-11-05 11:53:03 +0000
committerfrosch <frosch@openttd.org>2016-11-05 11:53:03 +0000
commitd9bfe88261b99631322ca348e48027e22fa3c84e (patch)
tree2856766a95456025da5b6fcc012f2dec3ed46afd /src/road_internal.h
parent94b3965989f23363a2863da7e819d6e8a8ff1214 (diff)
downloadopenttd-d9bfe88261b99631322ca348e48027e22fa3c84e.tar.xz
(svn r27676) -Codechange: Rename catenary functions, so that they refer unambiguously to either RoadCatenary or RailCatenary.
Diffstat (limited to 'src/road_internal.h')
-rw-r--r--src/road_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/road_internal.h b/src/road_internal.h
index c8cae8422..8da909e94 100644
--- a/src/road_internal.h
+++ b/src/road_internal.h
@@ -19,6 +19,6 @@ RoadBits CleanUpRoadBits(const TileIndex tile, RoadBits org_rb);
CommandCost CheckAllowRemoveRoad(TileIndex tile, RoadBits remove, Owner owner, RoadType rt, DoCommandFlag flags, bool town_check = true);
-void DrawTramCatenary(const TileInfo *ti, RoadBits tram);
+void DrawRoadCatenary(const TileInfo *ti, RoadBits tram);
#endif /* ROAD_INTERNAL_H */