| 961 | } |
| 962 | |
| 963 | void levelkeypad::OnAmbOutside5() { |
| 964 | CButton *bbox; |
| 965 | uint8_t x; |
| 966 | |
| 967 | bbox = (CButton *)GetDlgItem(IDC_AMB_OUTSIDE5); |
| 968 | x = bbox->GetCheck(); |
| 969 | |
| 970 | a_life.SetALValue(4, ALI_FLAGS, &x); |
| 971 | } |
| 972 | |
| 973 | void levelkeypad::OnAmbOutside6() { |
| 974 | CButton *bbox; |
nothing calls this directly
no test coverage detected