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

Method OnCancel

editor/AmbientSoundPattern.cpp:303–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301}
302
303void CAmbientSoundPattern::OnCancel() {
304 // Re-read old data
305 ReadAmbientData();
306
307 CDialog::OnCancel();
308}
309
310void CAmbientSoundPattern::OnOK() {
311 // Verify probabilities

Callers

nothing calls this directly

Calls 1

ReadAmbientDataFunction · 0.85

Tested by

no test coverage detected