(svn r3552) Remove the global variable _mixer

This commit is contained in:
tron
2006-02-05 09:56:04 +00:00
parent cf414c1864
commit 867e1acf08
6 changed files with 15 additions and 25 deletions

View File

@@ -140,7 +140,7 @@ static void StartSound(uint sound, int panning, uint volume)
uint left_vol, right_vol;
if (volume == 0) return;
mc = MxAllocateChannel(_mixer);
mc = MxAllocateChannel();
if (mc == NULL) return;
if (!SetBankSource(mc, sound)) return;