| 971 | } |
| 972 | |
| 973 | void levelkeypad::OnAmbOutside6() { |
| 974 | CButton *bbox; |
| 975 | uint8_t x; |
| 976 | |
| 977 | bbox = (CButton *)GetDlgItem(IDC_AMB_OUTSIDE6); |
| 978 | x = bbox->GetCheck(); |
| 979 | |
| 980 | a_life.SetALValue(5, ALI_FLAGS, &x); |
| 981 | } |
| 982 | |
| 983 | void levelkeypad::OnKillfocusLevelGoalCompletionEdit() { |
| 984 | char str[2560]; |
nothing calls this directly
no test coverage detected