From 660971d0b73dc1abfc21827bd9b5e120a63944a2 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 16 Apr 2017 23:22:30 -0700 Subject: [PATCH] Close some gaps in enum values --- OpenAL32/Include/alMain.h | 4 ++-- 1 file 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 -- 2.11.4.GIT