From 7382d5fa297e96d4c2c4c37a15a890f997d37ae5 Mon Sep 17 00:00:00 2001 From: tmyqlfpir <80724828+tmyqlfpir@users.noreply.github.com> Date: Fri, 15 Mar 2024 15:17:57 +1000 Subject: [PATCH] SW: Restore reverb delay to original value on toggle --- source/sw/src/sounds.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/sw/src/sounds.cpp b/source/sw/src/sounds.cpp index 711b22b0ad..3149fffc3b 100644 --- a/source/sw/src/sounds.cpp +++ b/source/sw/src/sounds.cpp @@ -1329,6 +1329,7 @@ void COVER_SetReverb(int amt) else { FX_SetReverb(amt); + FX_SetReverbDelay(768); } }