tile.h
changeset 3794 ac26a7b4615d
parent 3773 996897ffc8ea
child 3900 4984308f9125
--- a/tile.h	Tue May 09 08:25:31 2006 +0000
+++ b/tile.h	Tue May 09 09:56:09 2006 +0000
@@ -32,13 +32,6 @@
 uint GetTileZ(TileIndex tile);
 uint GetTileMaxZ(TileIndex tile);
 
-static inline bool CorrectZ(Slope tileh)
-{
-	/* tile height must be corrected if the north corner is not raised, but
-	 * any other corner is. These are the cases 1 till 7 */
-	return IS_INT_INSIDE(tileh, 1, 8);
-}
-
 static inline uint TileHeight(TileIndex tile)
 {
 	assert(tile < MapSize());