diff --git a/src/road_gui.cpp b/src/road_gui.cpp index df6c0c65..53a73b5c 100644 --- a/src/road_gui.cpp +++ b/src/road_gui.cpp @@ -526,7 +526,7 @@ struct BuildRoadToolbarWindow : Window { } case WID_ROT_TRUCK_STATION: - if (citymania::HandleStationPlacePushButton(this, WID_ROT_BUS_STATION, std::make_shared(ROADSTOP_TRUCK))) { + if (citymania::HandleStationPlacePushButton(this, WID_ROT_TRUCK_STATION, std::make_shared(ROADSTOP_TRUCK))) { ShowRVStationPicker(this, ROADSTOP_TRUCK); this->last_started_action = widget; }