- don't pop up the menu over the intro movies when ending a game.

This commit is contained in:
Christoph Oelckers 2020-01-08 17:36:21 +01:00
parent f513692a08
commit dc6e7c52c1
2 changed files with 0 additions and 2 deletions

View file

@ -5682,7 +5682,6 @@ static int G_EndOfLevel(void)
if (G_EnterLevel(p.gm))
{
G_BackToMenu();
return 2;
}

View file

@ -7107,7 +7107,6 @@ static int G_EndOfLevel(void)
if (G_EnterLevel(g_player[myconnectindex].ps->gm))
{
G_BackToMenu();
return 2;
}