From 96611beab9478d7196778c1dd67b1e822782dcb3 Mon Sep 17 00:00:00 2001 From: Aaron Culliney Date: Sat, 5 Nov 2016 10:13:35 -0700 Subject: [PATCH] Revert "Avoid doing Mockingboard work as much as possible" This reverts commit 1bb3f75a0626ea290e70677e38b861d7ad891a66. - Caused excessive glitching in U4 music --- src/audio/mockingboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/audio/mockingboard.c b/src/audio/mockingboard.c index fcf527a1..839baa27 100644 --- a/src/audio/mockingboard.c +++ b/src/audio/mockingboard.c @@ -949,7 +949,7 @@ static void MB_Update() return; } - if (!MockingboardVoice->bActive || !g_bMB_Active) + if (!MockingboardVoice->bActive) { return; }