| 990 | } |
| 991 | |
| 992 | void levelkeypad::OnLgActivateRadio() { |
| 993 | int flags = LGF_COMP_MASK; |
| 994 | Level_goals.GoalStatus(m_current_goal, LO_CLEAR_SPECIFIED, &flags, true); |
| 995 | |
| 996 | flags = LGF_COMP_ACTIVATE; |
| 997 | Level_goals.GoalStatus(m_current_goal, LO_SET_SPECIFIED, &flags, true); |
| 998 | } |
| 999 | |
| 1000 | void levelkeypad::OnLgEnterRadio() { |
| 1001 | int flags = LGF_COMP_MASK; |
nothing calls this directly
no test coverage detected