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

Function MIXUnMute

src/SB/Core/gc/iMix.c:516–521  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

514}
515
516void MIXUnMute(_AXVPB* p)
517{
518 MIXChannel* chan = &__MIXChannel[p->index];
519 chan->mode &= ~4;
520 chan->mode |= 0x10000000;
521}
522
523void MIXAdjustFader(_AXVPB* p, int adjust)
524{

Callers 2

fcbFunction · 0.85
iSndVolUpdateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected