industry_cmd.c
changeset 3418 a592d40a4d04
parent 3379 ea8aa9e71328
child 3421 8ab76c47c72c
equal deleted inserted replaced
3417:c867f87873ae 3418:a592d40a4d04
   402 static uint GetSlopeZ_Industry(const TileInfo* ti)
   402 static uint GetSlopeZ_Industry(const TileInfo* ti)
   403 {
   403 {
   404 	return ti->z + (ti->tileh == 0 ? 0 : 8);
   404 	return ti->z + (ti->tileh == 0 ? 0 : 8);
   405 }
   405 }
   406 
   406 
   407 static uint GetSlopeTileh_Industry(const TileInfo* ti)
   407 static uint GetSlopeTileh_Industry(TileIndex tile, uint tileh)
   408 {
   408 {
   409 	return 0;
   409 	return 0;
   410 }
   410 }
   411 
   411 
   412 static void GetAcceptedCargo_Industry(TileIndex tile, AcceptedCargo ac)
   412 static void GetAcceptedCargo_Industry(TileIndex tile, AcceptedCargo ac)