* Show the road 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. */
| 2493 | * @param proc Function called to execute the build command. |
| 2494 | */ |
| 2495 | void ShowSelectRoadWaypointIfNeeded(TileArea ta, StationPickerCmdProc proc) |
| 2496 | { |
| 2497 | ShowSelectBaseStationIfNeeded<RoadWaypointTypeFilter>(ta, std::move(proc)); |
| 2498 | } |