diff --git a/src/g_game.c b/src/g_game.c index 4435bac3..1bc0728a 100644 --- a/src/g_game.c +++ b/src/g_game.c @@ -1314,7 +1314,8 @@ static void G_DoCompleted(void) { wminfo.didsecret = players[consoleplayer].didsecret; wminfo.partime = gamemapinfo->partime * TICRATE; - um_pars = true; + if (wminfo.partime > 0) + um_pars = true; goto frommapinfo; // skip past the default setup. } }