aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alMain.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2017-03-27 23:16:23 -0700
committerChris Robinson <[email protected]>2017-03-27 23:16:23 -0700
commit70aefa75e2253ef7a93cdd6412e8523663d3c6e9 (patch)
tree82e740fbebe8d1ebe71082d3b40f807247484618 /OpenAL32/Include/alMain.h
parentb49a79a15fa16e93e2e2ff1fc76dbae0425fd503 (diff)
Use an array of pointers for effects instead of a linked list
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-rw-r--r--OpenAL32/Include/alMain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h
index 2182d3f0..9c1ef099 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -855,7 +855,7 @@ struct ALCcontext_struct {
ALsizei VoiceCount;
ALsizei MaxVoices;
- ATOMIC(struct ALeffectslot*) ActiveAuxSlotList;
+ ATOMIC(struct ALeffectslotArray*) ActiveAuxSlots;
ALCdevice *Device;
const ALCchar *ExtensionList;