aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alMain.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2017-04-16 23:22:30 -0700
committerChris Robinson <[email protected]>2017-04-16 23:22:30 -0700
commit660971d0b73dc1abfc21827bd9b5e120a63944a2 (patch)
tree3ece3da441265e482728a9abe5d54abaf60090a4 /OpenAL32/Include/alMain.h
parent6d3973f9657133cf6ccc62c47e16783fe4e95921 (diff)
Close some gaps in enum values
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-rw-r--r--OpenAL32/Include/alMain.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h
index a08fbbbe..191bb658 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -42,9 +42,9 @@
#define ALC_FUMA_SOFT 0x1601
/* Ambisonic scalings (normalization) */
-#define ALC_N3D_SOFT 0x1700
-#define ALC_SN3D_SOFT 0x1701
/*#define ALC_FUMA_SOFT*/
+#define ALC_SN3D_SOFT 0x1602
+#define ALC_N3D_SOFT 0x1603
typedef ALCboolean (ALC_APIENTRY*LPALCISAMBISONICFORMATSUPPORTEDSOFT)(ALCdevice *device, ALCenum layout, ALCenum scaling, ALsizei order);
#ifdef AL_ALEXT_PROTOTYPES