| 1973 | } |
| 1974 | |
| 1975 | static Foundation GetFoundation_Road(TileIndex tile, Slope tileh) |
| 1976 | { |
| 1977 | if (IsNormalRoad(tile)) { |
| 1978 | return GetRoadFoundation(tileh, GetAllRoadBits(tile)); |
| 1979 | } else { |
| 1980 | return FlatteningFoundation(tileh); |
| 1981 | } |
| 1982 | } |
| 1983 | |
| 1984 | static const Roadside _town_road_types[][2] = { |
| 1985 | { Roadside::Grass, Roadside::Grass }, |
nothing calls this directly
no test coverage detected