* Handle click on the entry in the Build Tram menu. * * @param index RoadType to show the build toolbar for. * @return #CBF_NONE */
| 930 | * @return #CBF_NONE |
| 931 | */ |
| 932 | static CallBackFunction MenuClickBuildTram(int index) |
| 933 | { |
| 934 | _last_built_tramtype = (RoadType)index; |
| 935 | ShowBuildRoadToolbar(_last_built_tramtype); |
| 936 | return CBF_NONE; |
| 937 | } |
| 938 | |
| 939 | /* --- Water button menu --- */ |
| 940 |
nothing calls this directly
no test coverage detected