From 71d293f2a3a469b82804049d8e5325d82681d2f8 Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 19 Oct 2005 14:49:46 +0000 Subject: (svn r3066) Constify the parameter of GetSlopeZ_*() --- road_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'road_cmd.c') diff --git a/road_cmd.c b/road_cmd.c index 295c08bf1..21bbad190 100644 --- a/road_cmd.c +++ b/road_cmd.c @@ -932,7 +932,7 @@ void DrawRoadDepotSprite(int x, int y, int image) } } -static uint GetSlopeZ_Road(TileInfo *ti) +static uint GetSlopeZ_Road(const TileInfo* ti) { uint z = ti->z; int th = ti->tileh; -- cgit v1.2.3-54-g00ecf