| 156 | } |
| 157 | |
| 158 | static int GetSlopePixelZ_Clear(TileIndex tile, uint x, uint y, bool) |
| 159 | { |
| 160 | auto [tileh, z] = GetTilePixelSlope(tile); |
| 161 | |
| 162 | return z + GetPartialPixelZ(x & 0xF, y & 0xF, tileh); |
| 163 | } |
| 164 | |
| 165 | static Foundation GetFoundation_Clear(TileIndex, Slope) |
| 166 | { |
nothing calls this directly
no test coverage detected