aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
diff options
context:
space:
mode:
Diffstat (limited to 'OpenAL32')
-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