From 5ed624a48dcc5a498d7c20aa656a9d1d7fde74bb Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Wed, 29 Jul 2020 23:39:37 +0200 Subject: [PATCH] - Blood: stop music before showing the summary screen. --- source/blood/src/endgame.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/blood/src/endgame.cpp b/source/blood/src/endgame.cpp index f4e4905b5..d23418f72 100644 --- a/source/blood/src/endgame.cpp +++ b/source/blood/src/endgame.cpp @@ -103,6 +103,7 @@ void CEndGameMgr::Setup(void) at0 = 1; STAT_Update(false); EndLevel(); + Mus_Stop(); sndStartSample(268, 128, -1, 1); inputState.keyFlushScans(); }