MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / reset_faders

Function reset_faders

src/SB/Core/x/xSnd.cpp:361–364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359}
360
361void xSndStopChildren(U32 pid)
362{
363 U32 i = 0;
364 xSndVoiceInfo* voice = gSnd.voice;
365 for (; i < 64; i++, voice++)
366 {
367 if ((voice->flags & 1) != 0 && voice->parentID == pid)

Callers 2

xSndInitFunction · 0.85
xSndExitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected