MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / OnAmbOutside3

Method OnAmbOutside3

editor/levelkeypad.cpp:943–951  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

941}
942
943void 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
953void levelkeypad::OnAmbOutside4() {
954 CButton *bbox;

Callers

nothing calls this directly

Calls 1

SetALValueMethod · 0.80

Tested by

no test coverage detected