From e608317e704b746ad52999d9cd15c8f2030e5c19 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 6 May 2011 01:59:32 -0700 Subject: [PATCH] Fix device flag value --- OpenAL32/Include/alMain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index bb8784b7..5a19b2ed 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -525,7 +525,7 @@ struct ALCdevice_struct // Frequency was requested by the app or config file #define DEVICE_FREQUENCY_REQUEST (1<<2) // Channel configuration was requested by the config file -#define DEVICE_CHANNELS_REQUEST (1<<2) +#define DEVICE_CHANNELS_REQUEST (1<<3) struct ALCcontext_struct