aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alSource.h
diff options
context:
space:
mode:
Diffstat (limited to 'OpenAL32/Include/alSource.h')
-rw-r--r--OpenAL32/Include/alSource.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/OpenAL32/Include/alSource.h b/OpenAL32/Include/alSource.h
index 5f2ba610..920de683 100644
--- a/OpenAL32/Include/alSource.h
+++ b/OpenAL32/Include/alSource.h
@@ -59,11 +59,13 @@ typedef struct ALsource
ALuint BuffersInQueue; // Number of buffers in queue
ALuint BuffersPlayed; // Number of buffers played on this loop
- ALfilter DirectFilter;
+ ALfloat DirectGain;
+ ALfloat DirectGainHF;
struct {
struct ALeffectslot *Slot;
- ALfilter WetFilter;
+ ALfloat WetGain;
+ ALfloat WetGainHF;
} Send[MAX_SENDS];
ALboolean DryGainHFAuto;