From d765fad1cc5b9cbfe5bc29451cddf177c3bc7322 Mon Sep 17 00:00:00 2001 From: obligaron Date: Sun, 27 Feb 2022 08:13:42 +0100 Subject: [PATCH] Continue playing music in menus --- Source/menu.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Source/menu.cpp b/Source/menu.cpp index fccc767c4..e7970ac3c 100644 --- a/Source/menu.cpp +++ b/Source/menu.cpp @@ -47,8 +47,6 @@ bool InitMenu(_selhero_selections type) if (type == SELHERO_PREVIOUS) return true; - music_stop(); - success = StartGame(type != SELHERO_CONTINUE, type != SELHERO_CONNECT); if (success) RefreshMusic(); @@ -182,8 +180,6 @@ void mainmenu_loop() break; } } while (!done); - - music_stop(); } } // namespace devilution