diff --git a/source/sw/src/sounds.cpp b/source/sw/src/sounds.cpp index 711b22b0a..3149fffc3 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); } }