| 998 | } |
| 999 | |
| 1000 | void levelkeypad::OnLgEnterRadio() { |
| 1001 | int flags = LGF_COMP_MASK; |
| 1002 | Level_goals.GoalStatus(m_current_goal, LO_CLEAR_SPECIFIED, &flags, true); |
| 1003 | |
| 1004 | flags = LGF_COMP_ENTER; |
| 1005 | Level_goals.GoalStatus(m_current_goal, LO_SET_SPECIFIED, &flags, true); |
| 1006 | } |
| 1007 | |
| 1008 | void levelkeypad::OnLgDestroyedRadio() { |
| 1009 | int flags = LGF_COMP_MASK; |
nothing calls this directly
no test coverage detected