- Blood: Stop music before starting a cutscene.

This commit is contained in:
Christoph Oelckers 2020-02-19 18:34:17 +01:00
parent c253cd899c
commit 56c959d025

View file

@ -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;