- Blood: stop music before showing the summary screen.

This commit is contained in:
Christoph Oelckers 2020-07-29 23:39:37 +02:00
parent 347ed51036
commit 5ed624a48d

View file

@ -103,6 +103,7 @@ void CEndGameMgr::Setup(void)
at0 = 1; at0 = 1;
STAT_Update(false); STAT_Update(false);
EndLevel(); EndLevel();
Mus_Stop();
sndStartSample(268, 128, -1, 1); sndStartSample(268, 128, -1, 1);
inputState.keyFlushScans(); inputState.keyFlushScans();
} }