| 1030 | } |
| 1031 | |
| 1032 | void levelkeypad::OnLgDallasRadio() { |
| 1033 | int flags = LGF_COMP_MASK; |
| 1034 | Level_goals.GoalStatus(m_current_goal, LO_CLEAR_SPECIFIED, &flags, true); |
| 1035 | |
| 1036 | flags = LGF_COMP_DALLAS; |
| 1037 | Level_goals.GoalStatus(m_current_goal, LO_SET_SPECIFIED, &flags, true); |
| 1038 | } |
| 1039 | |
| 1040 | void levelkeypad::OnSelendokLevelgoalRoomCombo() { |
| 1041 | int handle = m_room_combo.GetSelected(); |
nothing calls this directly
no test coverage detected