diff options
Diffstat (limited to 'dummy_land.c')
-rw-r--r-- | dummy_land.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |