roadveh_gui.c
changeset 1977 4392ae3d8e31
parent 1962 51ee4f459268
child 1986 5dd3db2b86d7
--- a/roadveh_gui.c	Thu Jun 23 18:32:41 2005 +0000
+++ b/roadveh_gui.c	Fri Jun 24 12:38:35 2005 +0000
@@ -410,7 +410,7 @@
 	}
 }
 
-void CcBuildRoadVeh(bool success, uint tile, uint32 p1, uint32 p2)
+void CcBuildRoadVeh(bool success, TileIndex tile, uint32 p1, uint32 p2)
 {
 	Vehicle *v;
 
@@ -526,7 +526,7 @@
 
 static void DrawRoadDepotWindow(Window *w)
 {
-	uint tile;
+	TileIndex tile;
 	Vehicle *v;
 	int num,x,y;
 	Depot *depot;
@@ -753,7 +753,7 @@
 	RoadDepotWndProc
 };
 
-void ShowRoadDepotWindow(uint tile)
+void ShowRoadDepotWindow(TileIndex tile)
 {
 	Window *w;
 
@@ -909,7 +909,7 @@
 		} break;
 
 		case 9: { /* Build new Vehicle */
-			uint tile;
+			TileIndex tile;
 
 			if (!IsWindowOfPrototype(w, _player_roadveh_widgets))
 				break;