From e48b949dad35e4890fcbaec7f52abcaeb059b5db Mon Sep 17 00:00:00 2001 From: obligaron Date: Tue, 1 Mar 2022 21:45:53 +0100 Subject: [PATCH] Stop music on diablo exit --- Source/menu.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/menu.cpp b/Source/menu.cpp index e7970ac3c..f9950c8bb 100644 --- a/Source/menu.cpp +++ b/Source/menu.cpp @@ -180,6 +180,8 @@ void mainmenu_loop() break; } } while (!done); + + music_stop(); } } // namespace devilution