From 56c959d0254855b372d04963b082ba6760dc7b91 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Wed, 19 Feb 2020 18:34:17 +0100 Subject: [PATCH] - Blood: Stop music before starting a cutscene. --- source/blood/src/credits.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/blood/src/credits.cpp b/source/blood/src/credits.cpp index 91c0f1bf6..b8242ea3b 100644 --- a/source/blood/src/credits.cpp +++ b/source/blood/src/credits.cpp @@ -226,6 +226,7 @@ void credPlaySmk(const char *_pzSMK, const char *_pzWAV, int nWav) Smacker_GetPalette(hSMK, palette); paletteSetColorTable(kSMKPal, palette, true); videoSetPalette(0, kSMKPal, Pal_Fullscreen); + Mus_Stop(); int nScale; int nStat;