* Handle click on the entry in the Goal menu * * @param index CompanyID to show story book for * @return #CBF_NONE */
| 640 | * @return #CBF_NONE |
| 641 | */ |
| 642 | static CallBackFunction MenuClickGoal(int index) |
| 643 | { |
| 644 | ShowGoalsList(index == CTMN_SPECTATOR ? CompanyID::Invalid() : (CompanyID)index); |
| 645 | return CBF_NONE; |
| 646 | } |
| 647 | |
| 648 | /* --- Graphs and League Table button menu --- */ |
| 649 |
nothing calls this directly
no test coverage detected