aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2011-07-05 14:14:20 -0700
committerChris Robinson <[email protected]>2011-07-05 14:14:20 -0700
commit75fa891e0a4d00739a8a0ddd037782f99f22a578 (patch)
treeaca7575098bde2ecb999ef1fd533cb32eb68163e /OpenAL32/Include
parent21574f7e16d8ff2826b32cf11086e5c7dbac7c30 (diff)
Store and use the send slot in the source params
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r--OpenAL32/Include/alSource.h1
1 files changed, 1 insertions, 0 deletions
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];