mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-11 18:50:46 +00:00
Stop all sounds after completion of LOGO.ANM.
git-svn-id: https://svn.eduke32.com/eduke32@3217 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
f8b2b9088c
commit
6c59071155
1 changed files with 3 additions and 0 deletions
|
@ -9267,6 +9267,9 @@ static void G_DisplayLogo(void)
|
|||
|
||||
clearallviews(0L);
|
||||
nextpage();
|
||||
|
||||
FX_StopAllSounds();
|
||||
S_ClearSoundLocks();
|
||||
}
|
||||
|
||||
if (logoflags & LOGO_PLAYMUSIC)
|
||||
|
|
Loading…
Reference in a new issue