No time limit in Capsule timeattack

This commit is contained in:
toaster 2022-10-15 15:55:31 +01:00
parent 52c0e145be
commit 31bba30dcc

View file

@ -149,7 +149,7 @@ void K_TimerInit(void)
} }
timelimitintics = extratimeintics = secretextratime = 0; timelimitintics = extratimeintics = secretextratime = 0;
if ((gametyperules & GTR_TIMELIMIT) && !bossinfo.boss) if ((gametyperules & GTR_TIMELIMIT) && !bossinfo.boss && !modeattacking)
{ {
if (singleplayercontext) if (singleplayercontext)
{ {