From 75fa891e0a4d00739a8a0ddd037782f99f22a578 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 5 Jul 2011 14:14:20 -0700 Subject: Store and use the send slot in the source params --- OpenAL32/Include/alSource.h | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenAL32/Include') diff --git a/OpenAL32/Include/alSource.h b/OpenAL32/Include/alSource.h index d6c3793f..df2b7cd4 100644 --- a/OpenAL32/Include/alSource.h +++ b/OpenAL32/Include/alSource.h @@ -108,6 +108,7 @@ typedef struct ALsource ALfloat history[MAXCHANNELS*2]; struct { + struct ALeffectslot *Slot; ALfloat WetGain; FILTER iirFilter; ALfloat history[MAXCHANNELS]; -- cgit v1.2.3