summaryrefslogtreecommitdiff
path: root/src/tile_map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tile_map.h')
-rw-r--r--src/tile_map.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tile_map.h b/src/tile_map.h
index 420421e40..fc7c01f84 100644
--- a/src/tile_map.h
+++ b/src/tile_map.h
@@ -226,9 +226,9 @@ static inline void SetAnimationFrame(TileIndex t, byte frame)
_me[t].m7 = frame;
}
-Slope GetTileSlope(TileIndex tile, uint *h);
-uint GetTileZ(TileIndex tile);
-uint GetTileMaxZ(TileIndex tile);
+Slope GetTilePixelSlope(TileIndex tile, uint *h);
+uint GetTilePixelZ(TileIndex tile);
+uint GetTileMaxPixelZ(TileIndex tile);
/**