Turning music back on while on the menu turns the menu music on, not the title music.

This commit is contained in:
toaster 2022-05-25 20:13:14 +01:00
parent 967a449693
commit 9de7f2393b

View file

@ -2497,9 +2497,9 @@ void GameDigiMusic_OnChange(void)
{
P_RestoreMusic(&players[consoleplayer]);
}
else if (S_MusicExists("_title"))
else if (S_MusicExists("menu"))
{
S_ChangeMusicInternal("_title", looptitle);
S_ChangeMusicInternal("menu", looptitle);
}
}
else