mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
Remove the blackout when starting a new game on episode 4.
git-svn-id: https://svn.eduke32.com/eduke32@4788 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
44844bb4cc
commit
9a7bf9e72e
1 changed files with 0 additions and 8 deletions
|
@ -2241,14 +2241,6 @@ static void M_MenuEntryLinkActivate(MenuEntry_t *entry)
|
|||
|
||||
ud.multimode = 1;
|
||||
|
||||
if (ud.m_volume_number == 3 && (G_GetLogoFlags() & LOGO_NOE4CUTSCENE)==0)
|
||||
{
|
||||
flushperms();
|
||||
setview(0,0,xdim-1,ydim-1);
|
||||
clearview(0L);
|
||||
nextpage();
|
||||
}
|
||||
|
||||
G_NewGame_EnterLevel();
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue