diff --git a/src/g_game.c b/src/g_game.c index a9aad7fcb..b657e9e45 100644 --- a/src/g_game.c +++ b/src/g_game.c @@ -4180,7 +4180,10 @@ void G_EndGame(void) // direct or competitive multiplayer, so go back to title screen. D_ClearState(); - M_StartControlPanel(); + if (!netgame) + { + M_StartControlPanel(); + } } //