| 613 | } |
| 614 | |
| 615 | U32 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 | |
| 627 | U32 zVarEntryCB_SndFXVol(void* arg) |
| 628 | { |
no outgoing calls
no test coverage detected