Merge branch 'midi-toggle-fix' into 'master'

Fix MIDI not being disabled when non-native

See merge request STJr/SRB2Internal!414
This commit is contained in:
MascaraSnake 2019-10-26 14:46:25 -04:00
commit b6905f2733
1 changed files with 1 additions and 1 deletions

View File

@ -2311,7 +2311,7 @@ void GameMIDIMusic_OnChange(void)
else
{
midi_disabled = true;
if (S_MusicType() == MU_MID)
if (S_MusicType() == MU_MID || S_MusicType() == MU_MID_EX)
{
if (digital_disabled)
S_StopMusic();