If timelimit is being modified before starttime, tick the secret timer but don't modify the total limit.
This commit is contained in:
parent
dea4512fd8
commit
eeafd2bcc0
1 changed files with 7 additions and 0 deletions
|
|
@ -1010,6 +1010,13 @@ void P_CheckTimeLimit(void)
|
|||
if (!timelimitintics)
|
||||
return;
|
||||
|
||||
if (leveltime < starttime)
|
||||
{
|
||||
if (secretextratime)
|
||||
secretextratime--;
|
||||
return;
|
||||
}
|
||||
|
||||
if (secretextratime)
|
||||
{
|
||||
secretextratime--;
|
||||
|
|
|
|||
Loading…
Reference in a new issue