src/road_internal.h
branchnoai
changeset 9869 6404afe43575
parent 9723 eee46cb39750
child 10715 6bdf79ffb022
--- a/src/road_internal.h	Sun Apr 06 14:12:19 2008 +0000
+++ b/src/road_internal.h	Sun Apr 06 23:07:42 2008 +0000
@@ -31,6 +31,6 @@
  * @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 */