* Switch to another road type. * @param roadtype New road type. */
| 433 | * @param roadtype New road type. |
| 434 | */ |
| 435 | void ModifyRoadType(RoadType roadtype) |
| 436 | { |
| 437 | this->roadtype = roadtype; |
| 438 | this->ReInit(); |
| 439 | } |
| 440 | |
| 441 | std::string GetWidgetString(WidgetID widget, StringID stringid) const override |
| 442 | { |
no test coverage detected