From 3254155930feb807f81031ebfdc9acedbe33745e Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 6 Aug 2006 16:32:49 +0000 Subject: (svn r5794) Pass the TileIndex plus x and y coordinates into GetSlopeZ_* instead of a 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 1052cde0a..88daa0752 100644 --- a/dummy_land.c +++ b/dummy_land.c @@ -14,7 +14,7 @@ static void DrawTile_Dummy(TileInfo *ti) } -static uint GetSlopeZ_Dummy(const TileInfo* ti) +static uint GetSlopeZ_Dummy(TileIndex tile, uint x, uint y) { return 0; } -- cgit v1.2.3-70-g09d2