diff options
author | Chris Robinson <[email protected]> | 2010-05-12 02:20:14 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2010-05-12 02:20:14 -0700 |
commit | af4faaf6660d02ce593e07b97d05020b44ed06e4 (patch) | |
tree | af18189c604ec6c165084fe3c49bb1cdc2c3603f /OpenAL32/Include | |
parent | f2548570b85b6deaba57f1bfa2ded87bf2f42886 (diff) |
Use a UIntMap for the effect slot list
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r-- | OpenAL32/Include/alMain.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 5f40bcc7..5baca397 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -346,9 +346,7 @@ struct ALCcontext_struct ALlistener Listener; UIntMap SourceMap; - - struct ALeffectslot *EffectSlotList; - ALuint EffectSlotCount; + UIntMap EffectSlotMap; struct ALdatabuffer *SampleSource; struct ALdatabuffer *SampleSink; |