(svn r23091) -Codechange: rename some Get*Z functions to Get*PixelZ functions if they return the Z in pixels (like TilePixelHeight)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user