| 931 | } |
| 932 | |
| 933 | void levelkeypad::OnAmbOutside2() { |
| 934 | CButton *bbox; |
| 935 | uint8_t x; |
| 936 | |
| 937 | bbox = (CButton *)GetDlgItem(IDC_AMB_OUTSIDE2); |
| 938 | x = bbox->GetCheck(); |
| 939 | |
| 940 | a_life.SetALValue(1, ALI_FLAGS, &x); |
| 941 | } |
| 942 | |
| 943 | void levelkeypad::OnAmbOutside3() { |
| 944 | CButton *bbox; |
nothing calls this directly
no test coverage detected