aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
diff options
context:
space:
mode:
Diffstat (limited to 'Alc')
-rw-r--r--Alc/hrtf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/Alc/hrtf.c b/Alc/hrtf.c
index fd2f9f62..11922cc7 100644
--- a/Alc/hrtf.c
+++ b/Alc/hrtf.c
@@ -356,7 +356,8 @@ static struct Hrtf *LoadHrtf00(FILE *f, ALuint deviceRate)
struct Hrtf *Hrtf = NULL;
ALboolean failed = AL_FALSE;
ALuint rate = 0, irCount = 0;
- ALushort irSize = 0, evCount = 0;
+ ALushort irSize = 0;
+ ALubyte evCount = 0;
ALubyte *azCount = NULL;
ALushort *evOffset = NULL;
ALshort *coeffs = NULL;