aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2013-10-03 07:32:01 -0700
committerChris Robinson <[email protected]>2013-10-03 07:32:01 -0700
commitb9fd3f9eb4f1aac20ff47938539b7fbf76044152 (patch)
tree143d3d17983d9018b9074102442c761050828ee8 /Alc/ALc.c
parent01a5946a2e371485e4e0774e7dd543ad3a1f0675 (diff)
Add missing enum to the list
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r--Alc/ALc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index 1087c63b..d753b324 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -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),