Codechange: Unify tile height model in all functions (Patch by adf88, #6583)
This commit is contained in:

committed by
Niels Martin Hansen

parent
05da5a177c
commit
c33596fe4a
@@ -40,6 +40,7 @@ Slope GetFoundationSlope(TileIndex tile, int *z = NULL);
|
||||
|
||||
uint GetPartialPixelZ(int x, int y, Slope corners);
|
||||
int GetSlopePixelZ(int x, int y);
|
||||
int GetSlopePixelZOutsideMap(int x, int y);
|
||||
void GetSlopePixelZOnEdge(Slope tileh, DiagDirection edge, int *z1, int *z2);
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user