* Handle click on the entry in the Aircraft menu. * * @param index CompanyID to show aircraft list for. * @return #CBF_NONE */
| 848 | * @return #CBF_NONE |
| 849 | */ |
| 850 | static CallBackFunction MenuClickShowAir(int index) |
| 851 | { |
| 852 | ShowVehicleListWindow((CompanyID)index, VEH_AIRCRAFT); |
| 853 | return CBF_NONE; |
| 854 | } |
| 855 | |
| 856 | /* --- Zoom in button --- */ |
| 857 |
nothing calls this directly
no test coverage detected