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
commit4c84f76dd571d674088dcb4f6a94166a9b66029d (patch)
treef4ef0398c66740237deb632d0ff9c5b57d8e1292 /src/road_internal.h
parent938907c88454de87accb810dd46197e6006d47b2 (diff)
downloadopenttd-4c84f76dd571d674088dcb4f6a94166a9b66029d.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 */