depot.c
changeset 1977 4392ae3d8e31
parent 1891 92a3b0aa0946
child 2163 637ec3c361f5
--- a/depot.c	Thu Jun 23 18:32:41 2005 +0000
+++ b/depot.c	Fri Jun 24 12:38:35 2005 +0000
@@ -33,7 +33,7 @@
  *
  * @return Returns the depot if the tile had a depot, else it returns NULL
  */
-Depot *GetDepotByTile(uint tile)
+Depot *GetDepotByTile(TileIndex tile)
 {
 	Depot *depot;
 
@@ -73,7 +73,7 @@
 /**
  * Delete a depot
  */
-void DoDeleteDepot(uint tile)
+void DoDeleteDepot(TileIndex tile)
 {
 	Order order;
 	Depot *depot;