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 --- dummy_land.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dummy_land.c') diff --git a/dummy_land.c b/dummy_land.c index 9cc7ec590..b852ddcdf 100644 --- a/dummy_land.c +++ b/dummy_land.c @@ -19,7 +19,7 @@ static uint GetSlopeZ_Dummy(const TileInfo* ti) return 0; } -static uint GetSlopeTileh_Dummy(const TileInfo* ti) +static uint GetSlopeTileh_Dummy(TileIndex tile, uint tileh) { return 0; } -- cgit v1.2.3-70-g09d2