mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-04 07:52:22 +00:00
2 second FAULT
This commit is contained in:
parent
27b9a46f0c
commit
0373a23d72
1 changed files with 1 additions and 1 deletions
|
|
@ -1964,7 +1964,7 @@ static void K_HandleLapIncrement(player_t *player)
|
||||||
if (!G_TimeAttackStart() && leveltime < starttime && !(gametyperules & GTR_ROLLINGSTART))
|
if (!G_TimeAttackStart() && leveltime < starttime && !(gametyperules & GTR_ROLLINGSTART))
|
||||||
{
|
{
|
||||||
// freeze 'em until fault penalty is over
|
// freeze 'em until fault penalty is over
|
||||||
player->mo->hitlag = starttime - leveltime + TICRATE;
|
player->mo->hitlag = starttime - leveltime + 2*TICRATE;
|
||||||
P_ResetPlayer(player);
|
P_ResetPlayer(player);
|
||||||
player->pflags |= PF_VOID;
|
player->pflags |= PF_VOID;
|
||||||
player->mo->renderflags |= RF_DONTDRAW;
|
player->mo->renderflags |= RF_DONTDRAW;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue