mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-25 13:55:36 -04:00
UMAPINFO: only draw non-zero par times
This commit is contained in:
parent
d80de6e55b
commit
297bf765a0
@ -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.
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user