Shorter faults

This commit is contained in:
Antonio Martinez 2025-09-12 23:24:28 -04:00
parent 7579b0d51a
commit a42e39a40a

View file

@ -1964,7 +1964,7 @@ static void K_HandleLapIncrement(player_t *player)
if (!G_TimeAttackStart() && leveltime < starttime && !(gametyperules & GTR_ROLLINGSTART))
{
// freeze 'em until fault penalty is over
player->mo->hitlag = starttime - leveltime + TICRATE*3;
player->mo->hitlag = starttime - leveltime + TICRATE;
P_ResetPlayer(player);
player->pflags |= PF_VOID;
player->mo->renderflags |= RF_DONTDRAW;