| 1677 | } |
| 1678 | |
| 1679 | bool IsTypeAvailable(int cls_id, int id) const override |
| 1680 | { |
| 1681 | return IsRoadStopAvailable(this->GetSpec(cls_id, id), StationType::RoadWaypoint); |
| 1682 | } |
| 1683 | |
| 1684 | void DrawType(int x, int y, int cls_id, int id) const override |
| 1685 | { |
nothing calls this directly
no test coverage detected