diff options
Diffstat (limited to 'al/effect.h')
-rw-r--r-- | al/effect.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/al/effect.h b/al/effect.h index 76215f40..28ce1f3e 100644 --- a/al/effect.h +++ b/al/effect.h @@ -22,6 +22,7 @@ enum { PSHIFTER_EFFECT, VMORPHER_EFFECT, DEDICATED_EFFECT, + CONVOLUTION_EFFECT, MAX_EFFECTS }; @@ -34,7 +35,7 @@ struct EffectList { int type; ALenum val; }; -extern const EffectList gEffectList[15]; +extern const EffectList gEffectList[16]; struct ALeffect { |