File diff r1976:fcef181ed14a → r1977:1f8b99c96041
depot.c
Show inline comments
 
@@ -33,7 +33,7 @@ MemoryPool _depot_pool = { "Depots", DEP
 
 *
 
 * @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 @@ Depot *AllocateDepot(void)
 
/**
 
 * Delete a depot
 
 */
 
void DoDeleteDepot(uint tile)
 
void DoDeleteDepot(TileIndex tile)
 
{
 
	Order order;
 
	Depot *depot;