mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +00:00
Turning music back on while on the menu turns the menu music on, not the title music.
This commit is contained in:
parent
967a449693
commit
9de7f2393b
1 changed files with 2 additions and 2 deletions
|
|
@ -2497,9 +2497,9 @@ void GameDigiMusic_OnChange(void)
|
||||||
{
|
{
|
||||||
P_RestoreMusic(&players[consoleplayer]);
|
P_RestoreMusic(&players[consoleplayer]);
|
||||||
}
|
}
|
||||||
else if (S_MusicExists("_title"))
|
else if (S_MusicExists("menu"))
|
||||||
{
|
{
|
||||||
S_ChangeMusicInternal("_title", looptitle);
|
S_ChangeMusicInternal("menu", looptitle);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue