aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/mixer.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2017-05-02 04:25:08 -0700
committerChris Robinson <[email protected]>2017-05-02 04:25:08 -0700
commit1e5334176eb2bd9bae367218570a5fd24597f827 (patch)
tree42e0fc695660fbdd3969ed4d8723845ce63b5a9b /Alc/mixer.c
parent2f8d597f4ef3bcdfdad10edac2e9f74ddf3e23ff (diff)
Rename VOICE_IS_HRTF to VOICE_HAS_HRTF
Diffstat (limited to 'Alc/mixer.c')
-rw-r--r--Alc/mixer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/mixer.c b/Alc/mixer.c
index 64a8c1e1..b632d6ca 100644
--- a/Alc/mixer.c
+++ b/Alc/mixer.c
@@ -445,7 +445,7 @@ ALboolean MixSource(ALvoice *voice, ALsource *Source, ALCdevice *Device, ALsizei
&parms->LowPass, &parms->HighPass, Device->FilteredData,
ResampledData, DstBufferSize, parms->FilterType
);
- if(!(voice->Flags&VOICE_IS_HRTF))
+ if(!(voice->Flags&VOICE_HAS_HRTF))
{
if(!Counter)
memcpy(parms->Gains.Current, parms->Gains.Target,