aboutsummaryrefslogtreecommitdiffstats
path: root/al/auxeffectslot.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2023-03-11 00:16:32 -0800
committerChris Robinson <[email protected]>2023-03-11 00:16:32 -0800
commit1d112eee0fb5bfe358dc9a7627a64679292a3df5 (patch)
tree01ff5a270077d366e46c40778bb74a987107e096 /al/auxeffectslot.h
parentf85bf6fd98a0a2e6b59912dfe0f27e99d2d98d67 (diff)
Convert the EAX Autowah and Compressor effects
Diffstat (limited to 'al/auxeffectslot.h')
-rw-r--r--al/auxeffectslot.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/al/auxeffectslot.h b/al/auxeffectslot.h
index cfb8a0f2..71d05ef3 100644
--- a/al/auxeffectslot.h
+++ b/al/auxeffectslot.h
@@ -133,10 +133,10 @@ private:
{
if (guidLoadEffect != EAX_NULL_GUID &&
guidLoadEffect != EAX_REVERB_EFFECT &&
- guidLoadEffect != EAX_AGCCOMPRESSOR_EFFECT /*&&
- guidLoadEffect != EAX_AUTOWAH_EFFECT*/ &&
- guidLoadEffect != EAX_CHORUS_EFFECT /*&&
- guidLoadEffect != EAX_DISTORTION_EFFECT &&
+ guidLoadEffect != EAX_AGCCOMPRESSOR_EFFECT &&
+ guidLoadEffect != EAX_AUTOWAH_EFFECT &&
+ guidLoadEffect != EAX_CHORUS_EFFECT &&
+ guidLoadEffect != EAX_DISTORTION_EFFECT /*&&
guidLoadEffect != EAX_ECHO_EFFECT &&
guidLoadEffect != EAX_EQUALIZER_EFFECT*/ &&
guidLoadEffect != EAX_FLANGER_EFFECT /*&&