diff options
author | Chris Robinson <[email protected]> | 2011-07-05 14:14:20 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-07-05 14:14:20 -0700 |
commit | 75fa891e0a4d00739a8a0ddd037782f99f22a578 (patch) | |
tree | aca7575098bde2ecb999ef1fd533cb32eb68163e /OpenAL32/Include/alSource.h | |
parent | 21574f7e16d8ff2826b32cf11086e5c7dbac7c30 (diff) |
Store and use the send slot in the source params
Diffstat (limited to 'OpenAL32/Include/alSource.h')
-rw-r--r-- | OpenAL32/Include/alSource.h | 1 |
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]; |