(svn r2002) Rename MxActivate to MxActivateChannel, which is more appropriate

This commit is contained in:
tron
2005-03-12 09:46:07 +00:00
parent 39305c1a7c
commit 1cb9ea5c46
3 changed files with 3 additions and 3 deletions

View File

@@ -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);
}
}
}