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

Method OnNextSound

editor/WorldSoundsDialog.cpp:483–486  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

481}
482
483void CWorldSoundsDialog::OnNextSound() {
484 D3EditState.current_sound = GetNextSound(D3EditState.current_sound);
485 UpdateDialog();
486}
487
488void CWorldSoundsDialog::OnPrevSound() {
489 D3EditState.current_sound = GetPrevSound(D3EditState.current_sound);

Callers

nothing calls this directly

Calls 1

GetNextSoundFunction · 0.85

Tested by

no test coverage detected