diff options
author | Chris Robinson <[email protected]> | 2023-03-11 16:19:48 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2023-03-11 16:24:01 -0800 |
commit | 028e7eff52a4d0b7b7c023832d2792bb56fef0d1 (patch) | |
tree | 6a3f5fab8506148f6fe7b8f4bc9c3077295f355c /al/auxeffectslot.h | |
parent | 96b3d98ac330a29e34f4161f9c0e9d1daa05994e (diff) |
Convert the remaining EAX effects
Diffstat (limited to 'al/auxeffectslot.h')
-rw-r--r-- | al/auxeffectslot.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/al/auxeffectslot.h b/al/auxeffectslot.h index 999ea102..3e9a2a4e 100644 --- a/al/auxeffectslot.h +++ b/al/auxeffectslot.h @@ -139,11 +139,11 @@ private: guidLoadEffect != EAX_DISTORTION_EFFECT && guidLoadEffect != EAX_ECHO_EFFECT && guidLoadEffect != EAX_EQUALIZER_EFFECT && - guidLoadEffect != EAX_FLANGER_EFFECT /*&& + guidLoadEffect != EAX_FLANGER_EFFECT && guidLoadEffect != EAX_FREQUENCYSHIFTER_EFFECT && guidLoadEffect != EAX_VOCALMORPHER_EFFECT && guidLoadEffect != EAX_PITCHSHIFTER_EFFECT && - guidLoadEffect != EAX_RINGMODULATOR_EFFECT*/) + guidLoadEffect != EAX_RINGMODULATOR_EFFECT) { eax_fail_unknown_effect_id(); } |