road_cmd.c
changeset 2537 d9c0df52a466
parent 2535 ed8b9592dc64
child 2544 50cb52cdeb73
--- a/road_cmd.c	Wed Oct 19 08:34:37 2005 +0000
+++ b/road_cmd.c	Wed Oct 19 14:49:46 2005 +0000
@@ -932,7 +932,7 @@
 	}
 }
 
-static uint GetSlopeZ_Road(TileInfo *ti)
+static uint GetSlopeZ_Road(const TileInfo* ti)
 {
 	uint z = ti->z;
 	int th = ti->tileh;