summaryrefslogtreecommitdiff
path: root/misc_gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc_gui.c')
-rw-r--r--misc_gui.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc_gui.c b/misc_gui.c
index 0f49dd739..624b122b5 100644
--- a/misc_gui.c
+++ b/misc_gui.c
@@ -30,7 +30,7 @@ typedef struct LandInfoData {
Town *town;
int32 costclear;
AcceptedCargo ac;
- uint tile;
+ TileIndex tile;
TileDesc td;
} LandInfoData;
@@ -115,7 +115,7 @@ static const WindowDesc _land_info_desc = {
LandInfoWndProc
};
-static void Place_LandInfo(uint tile)
+static void Place_LandInfo(TileIndex tile)
{
Player *p;
static LandInfoData lid;