aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alMain.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2011-07-17 01:55:25 -0700
committerChris Robinson <[email protected]>2011-07-17 01:55:25 -0700
commita7a1f802a80955dda90d8dfdeb7e549e541d5f01 (patch)
treef4a5436eff4db8c68d2df3d1156e1b18741a24b8 /OpenAL32/Include/alMain.h
parent163cc62a00f755e0df5d83f4196178bd85be9bde (diff)
Invert the device channel map
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 a577db52..412a3aa2 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -424,7 +424,7 @@ struct ALCdevice_struct
// Dry path buffer mix
ALfloat DryBuffer[BUFFERSIZE][MAXCHANNELS];
- ALuint DevChannels[MAXCHANNELS];
+ enum Channel DevChannels[MAXCHANNELS];
enum Channel Speaker2Chan[MAXCHANNELS];
ALfloat PanningLUT[LUT_NUM][MAXCHANNELS];