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