summaryrefslogtreecommitdiff
path: root/src/road_internal.h
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2008-04-04 18:41:16 +0000
committersmatz <smatz@openttd.org>2008-04-04 18:41:16 +0000
commitb78e8f82e14be09ca722f3fb9fd548eca84c4ff5 (patch)
treef4ef0398c66740237deb632d0ff9c5b57d8e1292 /src/road_internal.h
parent15d5167a17bb4776523d457a5cbbc0ff46caf2ad (diff)
downloadopenttd-b78e8f82e14be09ca722f3fb9fd548eca84c4ff5.tar.xz
(svn r12569) -Cleanup: variable scope and coding style in road*.cpp
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 0e0218a10..7a56a4824 100644
--- a/src/road_internal.h
+++ b/src/road_internal.h
@@ -31,6 +31,6 @@ bool CheckAllowRemoveRoad(TileIndex tile, RoadBits remove, Owner owner, bool *ed
* @param ti information about the tile (position, slope)
* @param tram the roadbits to draw the catenary for
*/
-void DrawTramCatenary(TileInfo *ti, RoadBits tram);
+void DrawTramCatenary(const TileInfo *ti, RoadBits tram);
#endif /* ROAD_INTERNAL_H */