aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2012-04-27 07:38:17 -0700
committerChris Robinson <[email protected]>2012-04-27 07:38:17 -0700
commit67f1cdfcbe537d8f53e90c73d8a2358fa2138791 (patch)
tree40d44866f4041fbdb63a4dc49e36af0f82b4eca0 /OpenAL32
parent549d542a316c1f557c8042d9fc2b409bcd999872 (diff)
Store the speaker angles in the device
Diffstat (limited to 'OpenAL32')
-rw-r--r--OpenAL32/Include/alMain.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h
index 0802fc32..e778d70b 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -578,6 +578,7 @@ struct ALCdevice_struct
enum Channel DevChannels[MAXCHANNELS];
enum Channel Speaker2Chan[MAXCHANNELS];
+ ALfloat SpeakerAngle[MAXCHANNELS];
ALfloat PanningLUT[LUT_NUM][MAXCHANNELS];
ALuint NumChan;