aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alSource.h
diff options
context:
space:
mode:
Diffstat (limited to 'OpenAL32/Include/alSource.h')
-rw-r--r--OpenAL32/Include/alSource.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/OpenAL32/Include/alSource.h b/OpenAL32/Include/alSource.h
index 2dd8229c..db138be1 100644
--- a/OpenAL32/Include/alSource.h
+++ b/OpenAL32/Include/alSource.h
@@ -51,8 +51,10 @@ typedef struct ALvoice {
ALuint Channels;
} SendOut[MAX_SENDS];
- DirectParams Direct;
- SendParams Send[MAX_SENDS];
+ struct {
+ DirectParams Direct;
+ SendParams Send[MAX_SENDS];
+ } Chan[MAX_INPUT_CHANNELS];
} ALvoice;