summaryrefslogtreecommitdiff
path: root/openttd.c
diff options
context:
space:
mode:
Diffstat (limited to 'openttd.c')
-rw-r--r--openttd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openttd.c b/openttd.c
index 82809c1bb..31d01626c 100644
--- a/openttd.c
+++ b/openttd.c
@@ -1181,7 +1181,7 @@ void BeforeSaveGame(void)
static void ConvertTownOwner(void)
{
- uint tile;
+ TileIndex tile;
for (tile = 0; tile != MapSize(); tile++) {
if (IsTileType(tile, MP_STREET)) {