- do not loop the scream sound on the summary screen.

Fixes 143.
This commit is contained in:
Christoph Oelckers 2020-08-10 20:24:49 +02:00
parent 8a2d34cceb
commit 7317caf567

View file

@ -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();
}