| 941 | } |
| 942 | |
| 943 | void levelkeypad::OnAmbOutside3() { |
| 944 | CButton *bbox; |
| 945 | uint8_t x; |
| 946 | |
| 947 | bbox = (CButton *)GetDlgItem(IDC_AMB_OUTSIDE3); |
| 948 | x = bbox->GetCheck(); |
| 949 | |
| 950 | a_life.SetALValue(2, ALI_FLAGS, &x); |
| 951 | } |
| 952 | |
| 953 | void levelkeypad::OnAmbOutside4() { |
| 954 | CButton *bbox; |
nothing calls this directly
no test coverage detected