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