mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
If timelimit is being modified before starttime, tick the secret timer but don't modify the total limit.
This commit is contained in:
parent
02884d235c
commit
287c018790
1 changed files with 7 additions and 0 deletions
|
|
@ -609,6 +609,13 @@ void P_CheckTimeLimit(void)
|
|||
if (!timelimitintics)
|
||||
return;
|
||||
|
||||
if (leveltime < starttime)
|
||||
{
|
||||
if (secretextratime)
|
||||
secretextratime--;
|
||||
return;
|
||||
}
|
||||
|
||||
if (secretextratime)
|
||||
{
|
||||
secretextratime--;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue