diff options
author | Chris Robinson <[email protected]> | 2011-06-17 16:22:39 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-06-17 16:22:39 -0700 |
commit | edf78b077efa5a8d3f11ea2059095f33e9f971a8 (patch) | |
tree | 3ba00f2c84cfa650291f21865be9b4a18affee86 /OpenAL32/Include/alMain.h | |
parent | 753e64c76cabf3ba22a4509f5ee2c7615de00b48 (diff) |
Use separate lines for HRTF history and values
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-rw-r--r-- | OpenAL32/Include/alMain.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index c77fa6eb..ab44fa55 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -497,7 +497,7 @@ ALboolean IsValidChannels(ALenum type); #define HRIR_BITS (5) #define HRIR_LENGTH (1<<HRIR_BITS) -#define HRIR_LENGTH_MASK (HRIR_LENGTH-1) +#define HRIR_MASK (HRIR_LENGTH-1) void InitHrtf(void); void GetHrtfCoeffs(ALfloat elevation, ALfloat angle, const ALshort **left, const ALshort **right, ALuint *ldelay, ALuint *rdelay); |