(svn r1542) Rename TileHeight to TilePixelHeight, because this is what it actually returns

This commit is contained in:
tron
2005-01-16 14:06:22 +00:00
parent b119b6c474
commit ef923fae44
6 changed files with 12 additions and 12 deletions

2
map.h
View File

@@ -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;