From a733fede9b21d5e74a007ed64263bc07535ee25c Mon Sep 17 00:00:00 2001 From: tron Date: Fri, 24 Jun 2005 12:38:35 +0000 Subject: (svn r2483) Replace almost 500 "uint tile" (and variants) with "TileIndex tile" --- openttd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openttd.c') 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)) { -- cgit v1.2.3-54-g00ecf