aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Alc/hrtf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/hrtf.c b/Alc/hrtf.c
index 24277898..0185a113 100644
--- a/Alc/hrtf.c
+++ b/Alc/hrtf.c
@@ -384,7 +384,7 @@ void InitHrtf(void)
if(!failed)
{
- for(i = 0;i < HRIR_COUNT;i++)
+ for(i = 0;i < ELEV_COUNT;i++)
{
ALushort offset;
offset = fgetc(f);