| 1045 | } |
| 1046 | |
| 1047 | void levelkeypad::OnSelendokLevelgoalobjectCombo() { |
| 1048 | int handle = m_object_combo.GetSelected(); |
| 1049 | |
| 1050 | Level_goals.GoalItemInfo(m_current_goal, m_current_item, LO_SET_SPECIFIED, NULL, &handle, NULL); |
| 1051 | UpdateDialog(); |
| 1052 | } |
| 1053 | |
| 1054 | void levelkeypad::OnSelendokLevelgoaltriggerCombo() { |
| 1055 | int handle = m_trigger_combo.GetSelected(); |
nothing calls this directly
no test coverage detected