diff options
Diffstat (limited to 'OpenAL32')
-rw-r--r-- | OpenAL32/Include/alMain.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index e18a238b..a592ef52 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -658,10 +658,8 @@ struct ALCdevice_struct ALuint Flags; enum Channel ChannelName[MAX_OUTPUT_CHANNELS]; - - /* This only counts positional speakers, i.e. not including LFE. */ - ChannelConfig Speaker[MAX_OUTPUT_CHANNELS]; - ALuint NumSpeakers; + ChannelConfig Channel[MAX_OUTPUT_CHANNELS]; + ALuint NumChannels; ALuint64 ClockBase; ALuint SamplesDone; |