Revert "Avoid doing Mockingboard work as much as possible"

This reverts commit 1bb3f75a06.

    - Caused excessive glitching in U4 music
This commit is contained in:
Aaron Culliney 2016-11-05 10:13:35 -07:00
parent c0a4ced573
commit 96611beab9

View File

@ -949,7 +949,7 @@ static void MB_Update()
return;
}
if (!MockingboardVoice->bActive || !g_bMB_Active)
if (!MockingboardVoice->bActive)
{
return;
}