From 650d94e1a6dd73ceb476a4610a96f0d9afcbde3c Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Wed, 27 Apr 2011 12:20:50 -0700 Subject: Change some sample type values --- OpenAL32/Include/alMain.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'OpenAL32/Include/alMain.h') diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 1bc53739..d9b5943d 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -22,10 +22,10 @@ #define AL_UNSIGNED_INT 0x1405 #define AL_FLOAT 0x1406 #define AL_DOUBLE 0x1407 -#define AL_MULAW 0x1408 -#define AL_IMA4 0x1409 -#define AL_BYTE3 0x1410 -#define AL_UNSIGNED_BYTE3 0x1411 +#define AL_BYTE3 0x1408 +#define AL_UNSIGNED_BYTE3 0x1409 +#define AL_MULAW 0x1410 +#define AL_IMA4 0x1411 /* Channel configurations */ #define AL_MONO 0x1500 -- cgit v1.2.3