diff --git a/src/audio/heap.c b/src/audio/heap.c index edb2440f5..229240a26 100644 --- a/src/audio/heap.c +++ b/src/audio/heap.c @@ -663,6 +663,9 @@ void audio_reset_session(void) { for (var_s5 = 0; var_s5 < 4; var_s5++) { gSynthesisReverbs[var_s5].useReverb = 0; } + + // LTODO: Reverbs are causing distortion. + #if 0 gNumSynthesisReverbs = temp_s6->numReverbs; for (var_s5 = 0; var_s5 < gNumSynthesisReverbs; var_s5++) { reverb = &gSynthesisReverbs[var_s5]; @@ -695,6 +698,8 @@ void audio_reset_session(void) { } } } + #endif + func_800BB030(gMaxSimultaneousNotes); osWritebackDCacheAll(); }