* Show the rail waypoint selection window when needed. If not, build the waypoint. * @param ta Area to build the waypoint in * @param proc Function called to execute the build command. */
| 2483 | * @param proc Function called to execute the build command. |
| 2484 | */ |
| 2485 | void ShowSelectRailWaypointIfNeeded(TileArea ta, StationPickerCmdProc proc) |
| 2486 | { |
| 2487 | ShowSelectBaseStationIfNeeded<RailWaypointTypeFilter>(ta, std::move(proc)); |
| 2488 | } |
| 2489 | |
| 2490 | /** |
| 2491 | * Show the road waypoint selection window when needed. If not, build the waypoint. |