From ece9b9b2b6a2feb43c9215c3073e2c09f9f72ae9 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_*() --- station_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'station_cmd.c') diff --git a/station_cmd.c b/station_cmd.c index 66698a073..e73abce06 100644 --- a/station_cmd.c +++ b/station_cmd.c @@ -2225,7 +2225,7 @@ void StationPickerDrawSprite(int x, int y, RailType railtype, int image) } } -static uint GetSlopeZ_Station(TileInfo *ti) +static uint GetSlopeZ_Station(const TileInfo* ti) { uint z = ti->z; if (ti->tileh != 0) -- cgit v1.2.3-54-g00ecf