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

Method OnOK

editor/SoundSourceDialog.cpp:72–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72void CSoundSourceDialog::OnOK() {
73 if (UpdateData(true)) {
74 m_data_ptr->volume = m_volume;
75 m_data_ptr->sound_index = m_sound_combo.GetSelected();
76
77 CDialog::OnOK();
78 }
79}
80
81#include "soundload.h"
82#include "DallasSoundDlg.h"

Callers

nothing calls this directly

Calls 1

GetSelectedMethod · 0.45

Tested by

no test coverage detected