mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Self-review: K_DoFault - add challenge check deferral
This commit is contained in:
parent
986fbd06b9
commit
340ac0de0f
1 changed files with 5 additions and 1 deletions
|
|
@ -112,7 +112,11 @@ void K_DoFault(player_t *player)
|
|||
player->mo->renderflags |= RF_DONTDRAW;
|
||||
player->mo->flags |= MF_NOCLIPTHING;
|
||||
|
||||
player->roundconditions.faulted = true;
|
||||
if (player->roundconditions.faulted == false)
|
||||
{
|
||||
player->roundconditions.faulted = true;
|
||||
player->roundconditions.checkthisframe = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue