| 387 | } |
| 388 | |
| 389 | void TChannel::setMixerInitVolume(u8 index, s16 p2) { |
| 390 | Mixer *mixer = &_10[index]; |
| 391 | mixer->_04 = p2; |
| 392 | mixer->_02 = p2; |
| 393 | mixer->_06 = 0; |
| 394 | } |
| 395 | |
| 396 | void TChannel::setMixerInitDelaySamples(u8, u8) { |
| 397 | // UNUSED |
no outgoing calls
no test coverage detected