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:
hendricks266 2012-11-24 09:11:50 +00:00
parent f8b2b9088c
commit 6c59071155

View file

@ -9267,6 +9267,9 @@ static void G_DisplayLogo(void)
clearallviews(0L);
nextpage();
FX_StopAllSounds();
S_ClearSoundLocks();
}
if (logoflags & LOGO_PLAYMUSIC)