* Handle click on the entry in the Road Vehicles menu. * * @param index CompanyID to show road vehicles list for. * @return #CBF_NONE */
| 808 | * @return #CBF_NONE |
| 809 | */ |
| 810 | static CallBackFunction MenuClickShowRoad(int index) |
| 811 | { |
| 812 | ShowVehicleListWindow((CompanyID)index, VEH_ROAD); |
| 813 | return CBF_NONE; |
| 814 | } |
| 815 | |
| 816 | /* --- Ship button menu --- */ |
| 817 |
nothing calls this directly
no test coverage detected