economy.c
changeset 1977 4392ae3d8e31
parent 1962 51ee4f459268
child 1981 de031d2aed47
--- a/economy.c	Thu Jun 23 18:32:41 2005 +0000
+++ b/economy.c	Fri Jun 24 12:38:35 2005 +0000
@@ -47,7 +47,7 @@
 void UpdatePlayerHouse(Player *p, uint score)
 {
 	byte val;
-	uint tile = p->location_of_house;
+	TileIndex tile = p->location_of_house;
 
 	if (tile == 0)
 		return;
@@ -792,7 +792,8 @@
 
 Pair SetupSubsidyDecodeParam(Subsidy *s, bool mode)
 {
-	int tile, tile2;
+	TileIndex tile;
+	TileIndex tile2;
 	Industry *i;
 	Town *t;
 	Station *st;