| 1052 | } |
| 1053 | |
| 1054 | void levelkeypad::OnSelendokLevelgoaltriggerCombo() { |
| 1055 | int handle = m_trigger_combo.GetSelected(); |
| 1056 | |
| 1057 | Level_goals.GoalItemInfo(m_current_goal, m_current_item, LO_SET_SPECIFIED, NULL, &handle, NULL); |
| 1058 | UpdateDialog(); |
| 1059 | } |
| 1060 | /* |
| 1061 | void levelkeypad::OnKillfocusLevelGoalListEdit() |
| 1062 | { |
nothing calls this directly
no test coverage detected