From 8b8f01e25d31e7874acb5af7e0c3c7c801497410 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 18 Nov 2018 08:01:50 -0800 Subject: Avoid more cases of an enum variable and type name clash --- OpenAL32/Include/alMain.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'OpenAL32/Include') 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}; -- cgit v1.2.3