summaryrefslogtreecommitdiff
path: root/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'map.h')
-rw-r--r--map.h2
1 files changed, 1 insertions, 1 deletions
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;