mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 17:01:28 +00:00
- don't pop up the menu over the intro movies when ending a game.
This commit is contained in:
parent
f513692a08
commit
dc6e7c52c1
2 changed files with 0 additions and 2 deletions
|
@ -5682,7 +5682,6 @@ static int G_EndOfLevel(void)
|
|||
|
||||
if (G_EnterLevel(p.gm))
|
||||
{
|
||||
G_BackToMenu();
|
||||
return 2;
|
||||
}
|
||||
|
||||
|
|
|
@ -7107,7 +7107,6 @@ static int G_EndOfLevel(void)
|
|||
|
||||
if (G_EnterLevel(g_player[myconnectindex].ps->gm))
|
||||
{
|
||||
G_BackToMenu();
|
||||
return 2;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue