| 2588 | } |
| 2589 | |
| 2590 | static Foundation GetFoundation_Track(TileIndex tile, Slope tileh) |
| 2591 | { |
| 2592 | return IsPlainRail(tile) ? GetRailFoundation(tileh, GetTrackBits(tile)) : FlatteningFoundation(tileh); |
| 2593 | } |
| 2594 | |
| 2595 | static void TileLoop_Track(TileIndex tile) |
| 2596 | { |
nothing calls this directly
no test coverage detected