From 7317caf56737e19154213ca1edf94e2edc98bb58 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Mon, 10 Aug 2020 20:24:49 +0200 Subject: [PATCH] - do not loop the scream sound on the summary screen. Fixes 143. --- source/blood/src/endgame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blood/src/endgame.cpp b/source/blood/src/endgame.cpp index 60d0b571f..aa72d3bc0 100644 --- a/source/blood/src/endgame.cpp +++ b/source/blood/src/endgame.cpp @@ -145,7 +145,7 @@ void CEndGameMgr::Setup(void) STAT_Update(false); EndLevel(); Mus_Stop(); - sndStartSample(268, 128, -1, 1); + sndStartSample(268, 128, -1, false); inputState.keyFlushScans(); }