Skip to content
Snippets Groups Projects
Commit 26cb75e9 authored by Marco Z's avatar Marco Z
Browse files

Fix MIDI not being disabled when non-native

parent be5da92a
Branches
Tags
No related merge requests found
...@@ -2311,7 +2311,7 @@ void GameMIDIMusic_OnChange(void) ...@@ -2311,7 +2311,7 @@ void GameMIDIMusic_OnChange(void)
else else
{ {
midi_disabled = true; midi_disabled = true;
if (S_MusicType() == MU_MID) if (S_MusicType() == MU_MID || S_MusicType() == MU_MID_EX)
{ {
if (digital_disabled) if (digital_disabled)
S_StopMusic(); S_StopMusic();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment