town.h
changeset 1977 4392ae3d8e31
parent 1784 6eb3ab1bc33c
child 2186 461a2aff3486
--- a/town.h	Thu Jun 23 18:32:41 2005 +0000
+++ b/town.h	Fri Jun 24 12:38:35 2005 +0000
@@ -127,7 +127,7 @@
 	RATING_BRIBE_DOWN_TO = -50 					// XXX SHOULD BE SOMETHING LOWER?
 };
 
-bool CheckforTownRating(uint tile, uint32 flags, Town *t, byte type);
+bool CheckforTownRating(TileIndex tile, uint32 flags, Town *t, byte type);
 
 VARDEF uint16 *_town_sort;