mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-27 04:41:23 +00:00
Fix disabling music on the menu.
This commit is contained in:
parent
499faec555
commit
c8c7b63be6
1 changed files with 2 additions and 0 deletions
|
@ -8982,6 +8982,8 @@ static void M_ToggleDigital(INT32 choice)
|
|||
S_StopMusic();
|
||||
}
|
||||
}
|
||||
#else
|
||||
S_StopMusic();
|
||||
#endif
|
||||
//M_StartMessage(M_GetText("Digital Music Disabled\n"), NULL, MM_NOTHING);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue