mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-29 12:40:58 +00:00
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:
commit
b6905f2733
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