If timelimit is being modified before starttime, tick the secret timer but don't modify the total limit.

This commit is contained in:
toaster 2022-10-15 16:03:39 +01:00
parent 02884d235c
commit 287c018790

View file

@ -609,6 +609,13 @@ void P_CheckTimeLimit(void)
if (!timelimitintics)
return;
if (leveltime < starttime)
{
if (secretextratime)
secretextratime--;
return;
}
if (secretextratime)
{
secretextratime--;