aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2012-01-19 20:02:57 -0800
committerChris Robinson <[email protected]>2012-01-19 20:02:57 -0800
commit37b17c8c783aba13d5c5f16e40632945126180a9 (patch)
tree1da1bd302f1fcd2785867a123b2e14b11a8aa5a9 /Alc
parent51e81f4867a02001f390222b6ce86bf212a38bd6 (diff)
Add the ability to specify a preset for forced reverb
Diffstat (limited to 'Alc')
-rw-r--r--Alc/ALc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index d707b6b9..084e7bdc 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -724,7 +724,7 @@ static void alc_initconfig(void)
str = getenv("__ALSOFT_FORCE_REVERB");
if(str && str[0])
- GetReverbEffect(&ForcedEffect);
+ GetReverbEffect(str, &ForcedEffect);
}