From 4e903c84cf69bf82afcc14a5717a3580beda63ce Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Thu, 15 Sep 2011 02:27:02 -0700 Subject: [PATCH] Fix comment on external HRTF file format --- Alc/hrtf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Alc/hrtf.c b/Alc/hrtf.c index cd8ec106..7fa051da 100644 --- a/Alc/hrtf.c +++ b/Alc/hrtf.c @@ -37,8 +37,8 @@ * ALushort evOffset[evCount]; // Required values: * { 0, 1, 13, 37, 73, 118, 174, 234, 306, 378, 450, 522, 594, 654, 710, 755, 791, 815, 827 } * - * ALushort coefficients[hrirCount][hrirSize]; - * ALubyte delays[hrirCount]; // Element values must not exceed 127 + * ALshort coefficients[hrirCount][hrirSize]; + * ALubyte delays[hrirCount]; // Element values must not exceed 127 */ static const ALchar magicMarker[8] = "MinPHR00";