diff --git a/src/station_gui.cpp b/src/station_gui.cpp index 3d48fcf106..3177911da9 100644 --- a/src/station_gui.cpp +++ b/src/station_gui.cpp @@ -2553,6 +2553,7 @@ void ShowSelectRoadWaypointIfNeeded(TileArea ta, StationPickerCmdProc proc) namespace citymania { void ShowSelectStationWindow(TileArea ta, StationPickerCmdProc&& proc) { if (!_settings_client.gui.persistent_buildingtools) ResetObjectToPlace(); + FindStationsNearby(ta, false); new SelectStationWindow(_select_station_desc, ta, std::move(proc)); } }