diff options
author | Chris Robinson <[email protected]> | 2014-11-07 03:12:32 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-11-07 03:12:32 -0800 |
commit | 713e9dd4cc5f0bbe396fae35282ec147a45a0974 (patch) | |
tree | 470d69fdd35e0ace72038852f157eaac9842bef8 /OpenAL32/Include/alMain.h | |
parent | 4c3f27193f7379513b3e45398711cfe1238184fd (diff) |
Rename speakers to channels, and remove an old incorrect comment
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-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; |