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

Method SoundEndFrame

sndlib/sdlsound.cpp:699–702  ·  view source on GitHub ↗

End sound frame

Source from the content-addressed store, hash-verified

697
698// End sound frame
699void lnxsound::SoundEndFrame() {
700 CheckForErrors(); // handles errors.
701 m_in_sound_frame = false;
702}
703
704// Sound System Error Handler.
705void lnxsound::CheckForErrors() {

Callers 2

MusicPlayFrameFunction · 0.80
EndSoundFrameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected