mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 20:11:47 +00:00
Fix MIDI not being disabled when non-native
This commit is contained in:
parent
e60821962b
commit
08bc1ea590
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue