| 897 | /* --- Road button menu --- */ |
| 898 | |
| 899 | static CallBackFunction ToolbarBuildRoadClick(Window *w) |
| 900 | { |
| 901 | ShowDropDownList(w, GetRoadTypeDropDownList(RTTB_ROAD), _last_built_roadtype, WID_TN_ROADS, 140, GetToolbarDropDownOptions()); |
| 902 | return CBF_NONE; |
| 903 | } |
| 904 | |
| 905 | /** |
| 906 | * Handle click on the entry in the Build Road menu. |
nothing calls this directly
no test coverage detected