diff options
author | Chris Robinson <[email protected]> | 2013-10-03 07:32:01 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2013-10-03 07:32:01 -0700 |
commit | b9fd3f9eb4f1aac20ff47938539b7fbf76044152 (patch) | |
tree | 143d3d17983d9018b9074102442c761050828ee8 /Alc/ALc.c | |
parent | 01a5946a2e371485e4e0774e7dd543ad3a1f0675 (diff) |
Add missing enum to the list
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r-- | Alc/ALc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -525,8 +525,8 @@ static const ALCenums enumeration[] = { DECL(AL_EFFECT_PITCH_SHIFTER), #endif DECL(AL_EFFECT_RING_MODULATOR), -#if 0 DECL(AL_EFFECT_AUTOWAH), +#if 0 DECL(AL_EFFECT_COMPRESSOR), #endif DECL(AL_EFFECT_EQUALIZER), |