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

Method OnDestroy

editor/BriefEdit.cpp:1792–1796  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1790}
1791
1792void CBriefEdit::OnDestroy() {
1793 CDialog::OnDestroy();
1794
1795 BriefEditFreeScreens();
1796}
1797
1798void CBriefEdit::OnSelchangeBriefScreenList() {
1799 CComboBox *scr_combo = (CComboBox *)GetDlgItem(IDC_BRIEF_SCREEN_LIST);

Callers

nothing calls this directly

Calls 1

BriefEditFreeScreensFunction · 0.85

Tested by

no test coverage detected