From 67f1cdfcbe537d8f53e90c73d8a2358fa2138791 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 27 Apr 2012 07:38:17 -0700 Subject: Store the speaker angles in the device --- OpenAL32/Include/alMain.h | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenAL32') 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; -- cgit v1.2.3