diff --git a/src/road_gui.cpp b/src/road_gui.cpp index 48102ecbff..0ee5ee4d7b 100644 --- a/src/road_gui.cpp +++ b/src/road_gui.cpp @@ -282,12 +282,15 @@ static bool RoadToolbar_CtrlChanged(Window *w) if (w->IsWidgetDisabled(WID_ROT_REMOVE)) return false; /* allow ctrl to switch remove mode only for these widgets */ + // This breaks joining stations functionality on Android + /* for (uint i = WID_ROT_ROAD_X; i <= WID_ROT_AUTOROAD; i++) { if (w->IsWidgetLowered(i)) { ToggleRoadButton_Remove(w); return true; } } + */ return false; }