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

Method OnAmbOutside2

editor/levelkeypad.cpp:933–941  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

931}
932
933void 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
943void levelkeypad::OnAmbOutside3() {
944 CButton *bbox;

Callers

nothing calls this directly

Calls 1

SetALValueMethod · 0.80

Tested by

no test coverage detected