| 921 | void levelkeypad::OnKillfocusAmbNGroups6() { SetAmbCharVal(5, ALI_TOTAL, IDC_AMB_N_GROUPS6); } |
| 922 | |
| 923 | void levelkeypad::OnAmbOutside1() { |
| 924 | CButton *bbox; |
| 925 | uint8_t x; |
| 926 | |
| 927 | bbox = (CButton *)GetDlgItem(IDC_AMB_OUTSIDE1); |
| 928 | x = bbox->GetCheck(); |
| 929 | |
| 930 | a_life.SetALValue(0, ALI_FLAGS, &x); |
| 931 | } |
| 932 | |
| 933 | void levelkeypad::OnAmbOutside2() { |
| 934 | CButton *bbox; |
nothing calls this directly
no test coverage detected