tunnel_map.c
branch0.5
changeset 5513 0d3227e250eb
parent 4559 c853d2440065
equal deleted inserted replaced
5512:52869fa67090 5513:0d3227e250eb
    22 
    22 
    23 	return tile;
    23 	return tile;
    24 }
    24 }
    25 
    25 
    26 
    26 
    27 static bool IsTunnelInWayDir(TileIndex tile, uint z, DiagDirection dir)
    27 bool IsTunnelInWayDir(TileIndex tile, uint z, DiagDirection dir)
    28 {
    28 {
    29 	TileIndexDiff delta = TileOffsByDiagDir(dir);
    29 	TileIndexDiff delta = TileOffsByDiagDir(dir);
    30 	uint height;
    30 	uint height;
    31 
    31 
    32 	do {
    32 	do {