mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-29 13:00:43 +00:00
- do not loop the scream sound on the summary screen.
Fixes 143.
This commit is contained in:
parent
8a2d34cceb
commit
7317caf567
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue