aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include
diff options
context:
space:
mode:
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r--OpenAL32/Include/alMain.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h
index ef44fb00..95753cc4 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -584,12 +584,12 @@ struct ALCdevice_struct {
DevFmtChannels FmtChans{};
DevFmtType FmtType{};
ALboolean IsHeadphones{};
- ALsizei AmbiOrder{};
+ ALsizei mAmbiOrder{};
/* For DevFmtAmbi* output only, specifies the channel order and
* normalization.
*/
- AmbiLayout AmbiLayout{};
- AmbiNorm AmbiScale{};
+ AmbiLayout mAmbiLayout{};
+ AmbiNorm mAmbiScale{};
ALCenum LimiterState{ALC_DONT_CARE_SOFT};