| 704 | |
| 705 | |
| 706 | static int GetSlopePixelZ_Trees(TileIndex tile, uint x, uint y, bool) |
| 707 | { |
| 708 | auto [tileh, z] = GetTilePixelSlope(tile); |
| 709 | |
| 710 | return z + GetPartialPixelZ(x & 0xF, y & 0xF, tileh); |
| 711 | } |
| 712 | |
| 713 | static Foundation GetFoundation_Trees(TileIndex, Slope) |
| 714 | { |
nothing calls this directly
no test coverage detected