| 1904 | ); |
| 1905 | |
| 1906 | static void ShowBuildWaypointPicker(Window *parent) |
| 1907 | { |
| 1908 | if (!WaypointPickerCallbacks::instance.IsActive()) return; |
| 1909 | new BuildRailWaypointWindow(_build_waypoint_desc, parent); |
| 1910 | } |
| 1911 | |
| 1912 | /** |
| 1913 | * Initialize rail building GUI settings |