From 189add1d5a5b1f9f55fba63937f3d92cddc0cea2 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 30 Aug 2011 20:13:42 -0700 Subject: Use a separate array for the auxiliary slots in the mixer --- OpenAL32/Include/alMain.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'OpenAL32/Include') diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 299b16a0..fe9d3331 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -610,6 +610,10 @@ struct ALCcontext_struct ALsizei ActiveSourceCount; ALsizei MaxActiveSources; + struct ALeffectslot **ActiveEffectSlots; + ALsizei ActiveEffectSlotCount; + ALsizei MaxActiveEffectSlots; + ALCdevice *Device; const ALCchar *ExtensionList; -- cgit v1.2.3