(svn r11319) -Add: halftile- and anti-zig-zag-foundations. Patch by frosch.
This commit is contained in:
@@ -26,6 +26,7 @@ bool IsValidTile(TileIndex tile);
|
||||
uint GetPartialZ(int x, int y, Slope corners);
|
||||
uint GetSlopeZ(int x, int y);
|
||||
void GetSlopeZOnEdge(Slope tileh, DiagDirection edge, int *z1, int *z2);
|
||||
int GetSlopeZInCorner(Slope tileh, Corner corner);
|
||||
|
||||
static inline Point RemapCoords(int x, int y, int z)
|
||||
{
|
||||
|
Reference in New Issue
Block a user