* Handle click on the entry in the Ships menu. * * @param index CompanyID to show ship list for. * @return #CBF_NONE */
| 828 | * @return #CBF_NONE |
| 829 | */ |
| 830 | static CallBackFunction MenuClickShowShips(int index) |
| 831 | { |
| 832 | ShowVehicleListWindow((CompanyID)index, VEH_SHIP); |
| 833 | return CBF_NONE; |
| 834 | } |
| 835 | |
| 836 | /* --- Aircraft button menu --- */ |
| 837 |
nothing calls this directly
no test coverage detected