UMAPINFO: only draw non-zero par times

This commit is contained in:
Fabian Greffrath 2022-09-29 21:13:24 +02:00
parent d80de6e55b
commit 297bf765a0

View File

@ -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.
}
}