From 450e5ed8291dcf242d887c65c1d7fc1a8f5bf3b6 Mon Sep 17 00:00:00 2001 From: gheskett Date: Thu, 5 Aug 2021 00:03:42 -0500 Subject: [PATCH] Forgot to disable reverb --- include/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/config.h b/include/config.h index 43944115..c9002a94 100644 --- a/include/config.h +++ b/include/config.h @@ -155,7 +155,7 @@ #define IA8_COINS // Use a much better implementation of reverb over vanilla's fake echo reverb. Great for caves or eerie levels, as well as just a better audio experience in general. // Reverb parameters can be configured in audio/synthesis.c to meet desired aesthetic/performance needs. -#define BETTER_REVERB +//#define BETTER_REVERB // If you want to change the extended boundaries mode, go to engine/extended_bounds.h and change EXTENDED_BOUNDS_MODE