* Switch to another rail type. * @param railtype New rail type. */
| 516 | * @param railtype New rail type. |
| 517 | */ |
| 518 | void ModifyRailType(RailType railtype) |
| 519 | { |
| 520 | this->railtype = railtype; |
| 521 | this->ReInit(); |
| 522 | } |
| 523 | |
| 524 | void UpdateRemoveWidgetStatus(WidgetID clicked_widget) |
| 525 | { |
no test coverage detected