aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
diff options
context:
space:
mode:
Diffstat (limited to 'OpenAL32')
-rw-r--r--OpenAL32/alSource.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenAL32/alSource.c b/OpenAL32/alSource.c
index 4cafe190..dac6c938 100644
--- a/OpenAL32/alSource.c
+++ b/OpenAL32/alSource.c
@@ -1963,6 +1963,7 @@ static ALvoid InitSourceParams(ALsource *pSource)
pSource->flMinGain = 0.0f;
pSource->flMaxGain = 1.0f;
pSource->flOuterGain = 0.0f;
+ pSource->OuterGainHF = 1.0f;
pSource->DryGainHFAuto = AL_TRUE;
pSource->WetGainAuto = AL_TRUE;