summaryrefslogtreecommitdiff
path: root/sound.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound.c')
-rw-r--r--sound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound.c b/sound.c
index d0600445a..4d87d8fe6 100644
--- a/sound.c
+++ b/sound.c
@@ -124,7 +124,7 @@ static void StartSound(uint sound, uint panning, uint volume)
return;
if (SetBankSource(mc, sound)) {
MxSetChannelVolume(mc, volume << 8, volume << 8);
- MxActivate(mc);
+ MxActivateChannel(mc);
}
}
}