From 7757a2ed406996be35c7179185f2e4e7cba37e12 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 4 Nov 2011 10:18:13 +0000 Subject: (svn r23091) -Codechange: rename some Get*Z functions to Get*PixelZ functions if they return the Z in pixels (like TilePixelHeight) --- src/tile_map.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/tile_map.h') 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); /** -- cgit v1.2.3-54-g00ecf