(svn r11319) -Add: halftile- and anti-zig-zag-foundations. Patch by frosch.

This commit is contained in:
rubidium
2007-10-20 21:04:14 +00:00
parent 410b4fae00
commit 842e0697ec
4 changed files with 273 additions and 88 deletions

View File

@@ -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)
{