mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
You should definitely evaluate M_PlayMenuJam even if sound test is playing - that will just play over the behind-the-scenes audio setup
This commit is contained in:
parent
e96913bda7
commit
254496c8d8
1 changed files with 0 additions and 3 deletions
|
|
@ -548,9 +548,6 @@ void M_PlayMenuJam(void)
|
|||
return;
|
||||
}
|
||||
|
||||
if (soundtest.playing)
|
||||
return;
|
||||
|
||||
const boolean trulystarted = M_GameTrulyStarted();
|
||||
const boolean profilemode = (
|
||||
optionsmenu.profilemenu
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue