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

Function zVarEntryCB_SndMusicVol

src/SB/Game/zVar.cpp:615–625  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

613}
614
615U32 zVarEntryCB_SndMusicVol(void* arg)
616{
617 F64 f0 = 0.5;
618 F64 f1 = 10.0;
619 F64 f2 = gSnd.categoryVolFader[2];
620
621 f2 *= f1;
622 f2 = f0 + f2;
623
624 return f2;
625}
626
627U32 zVarEntryCB_SndFXVol(void* arg)
628{

Callers 3

ZDSP_doCommandFunction · 0.70
zDispatcherStoreOptionsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected