diff options
Diffstat (limited to 'alc/effects/base.h')
-rw-r--r-- | alc/effects/base.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/alc/effects/base.h b/alc/effects/base.h index 7bc170aa..6889308d 100644 --- a/alc/effects/base.h +++ b/alc/effects/base.h @@ -27,7 +27,7 @@ union EffectProps { ALfloat LateReverbDelay; ALfloat AirAbsorptionGainHF; ALfloat RoomRolloffFactor; - ALboolean DecayHFLimit; + bool DecayHFLimit; // Additional EAX Reverb Properties ALfloat GainLF; @@ -59,7 +59,7 @@ union EffectProps { } Chorus; /* Also Flanger */ struct { - ALboolean OnOff; + bool OnOff; } Compressor; struct { |