aboutsummaryrefslogtreecommitdiffstats
path: root/alc/alc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'alc/alc.cpp')
-rw-r--r--alc/alc.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/alc/alc.cpp b/alc/alc.cpp
index 3af6f8ec..82e31667 100644
--- a/alc/alc.cpp
+++ b/alc/alc.cpp
@@ -1277,6 +1277,11 @@ void alc_initconfig(void)
{
eax_g_is_enabled = true;
}
+ if(eax_g_is_enabled && DisabledEffects[EAXREVERB_EFFECT])
+ {
+ eax_g_is_enabled = false;
+ TRACE("%s\n", "EAX disabled because EAXReverb is disabled.");
+ }
}
#endif // ALSOFT_EAX
}