mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-27 21:01:04 +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();
|
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…
Reference in a new issue