mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix disabling music on the menu.
This commit is contained in:
parent
c7b0df8172
commit
d1f6584c6a
1 changed files with 2 additions and 0 deletions
|
|
@ -8982,6 +8982,8 @@ static void M_ToggleDigital(INT32 choice)
|
||||||
S_StopMusic();
|
S_StopMusic();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#else
|
||||||
|
S_StopMusic();
|
||||||
#endif
|
#endif
|
||||||
//M_StartMessage(M_GetText("Digital Music Disabled\n"), NULL, MM_NOTHING);
|
//M_StartMessage(M_GetText("Digital Music Disabled\n"), NULL, MM_NOTHING);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue