| 1014 | } |
| 1015 | |
| 1016 | void levelkeypad::OnLgPpwCollideRadio() { |
| 1017 | int flags = LGF_COMP_MASK; |
| 1018 | Level_goals.GoalStatus(m_current_goal, LO_CLEAR_SPECIFIED, &flags, true); |
| 1019 | |
| 1020 | flags = LGF_COMP_PLAYER_WEAPON; |
| 1021 | Level_goals.GoalStatus(m_current_goal, LO_SET_SPECIFIED, &flags, true); |
| 1022 | } |
| 1023 | |
| 1024 | void levelkeypad::OnLgLcRadio() { |
| 1025 | int flags = LGF_COMP_MASK; |
nothing calls this directly
no test coverage detected