summaryrefslogtreecommitdiff
path: root/town_cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'town_cmd.c')
-rw-r--r--town_cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/town_cmd.c b/town_cmd.c
index 94ba74938..afd0d690c 100644
--- a/town_cmd.c
+++ b/town_cmd.c
@@ -150,7 +150,7 @@ static uint GetSlopeZ_Town(const TileInfo* ti)
return ti->z + (ti->tileh == 0 ? 0 : 8);
}
-static uint GetSlopeTileh_Town(const TileInfo *ti)
+static uint GetSlopeTileh_Town(TileIndex tile, uint tileh)
{
return 0;
}