From 892a4c587dfd1427fcebf3081520524a2c822ae6 Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 2 Apr 2006 12:49:18 +0000 Subject: (svn r4242) Pass TileIndex and slope to GetSlopeTileh_*() instead of TileInfo --- 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 d5b5afea0..06772f9e4 100644 --- a/station_cmd.c +++ b/station_cmd.c @@ -1999,7 +1999,7 @@ static uint GetSlopeZ_Station(const TileInfo* ti) return ti->z + (ti->tileh == 0 ? 0 : 8); } -static uint GetSlopeTileh_Station(const TileInfo *ti) +static uint GetSlopeTileh_Station(TileIndex tile, uint tileh) { return 0; } -- cgit v1.2.3-54-g00ecf