From ef923fae44f785ef0446174de3eb78dbbf333019 Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 16 Jan 2005 14:06:22 +0000 Subject: (svn r1542) Rename TileHeight to TilePixelHeight, because this is what it actually returns --- map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'map.h') diff --git a/map.h b/map.h index bed014bfa..a2d37e755 100644 --- a/map.h +++ b/map.h @@ -73,7 +73,7 @@ static inline TileIndexDiff TileOffsByDir(uint dir) } -static inline uint TileHeight(TileIndex tile) +static inline uint TilePixelHeight(TileIndex tile) { assert(tile < MapSize()); return (_map_type_and_height[tile] & 0xf) * 8; -- cgit v1.2.3-54-g00ecf