mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-29 20:50:58 +00:00
Fix MIDI not being disabled when non-native
This commit is contained in:
parent
be5da92a8d
commit
26cb75e961
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue