diff options
Diffstat (limited to 'mixer.c')
-rw-r--r-- | mixer.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -139,7 +139,7 @@ void MxSetChannelVolume(MixerChannel *mc, uint left, uint right) } -void MxActivate(MixerChannel* mc) +void MxActivateChannel(MixerChannel* mc) { mc->active = true; } |