File diff r2402:10bc9bc90831 → r2403:6989f240f99b
map.h
Show inline comments
 
@@ -144,7 +144,6 @@ uint DistanceManhattan(TileIndex, TileIn
 
uint DistanceSquare(TileIndex, TileIndex); // euclidian- or L2-Norm squared
 
uint DistanceMax(TileIndex, TileIndex); // also known as L-Infinity-Norm
 
uint DistanceMaxPlusManhattan(TileIndex, TileIndex); // Max + Manhattan
 
uint DistanceTrack(TileIndex, TileIndex); // Returns the shortest distance one could go over tracks
 
uint DistanceFromEdge(TileIndex); // shortest distance from any edge of the map