mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +00:00
Count PF_VOID as FAULTing during POSITION for the purpose of Challenges
This commit is contained in:
parent
43880b4a4b
commit
920201621f
1 changed files with 7 additions and 0 deletions
|
|
@ -1926,6 +1926,13 @@ static void K_HandleLapIncrement(player_t *player)
|
||||||
ClearFakePlayerSkin(player);
|
ClearFakePlayerSkin(player);
|
||||||
S_StartSound(player->mo, sfx_s3k8a);
|
S_StartSound(player->mo, sfx_s3k8a);
|
||||||
P_MoveOrigin(player->mo, player->mo->old_x, player->mo->old_y, player->mo->z);
|
P_MoveOrigin(player->mo, player->mo->old_x, player->mo->old_y, player->mo->z);
|
||||||
|
|
||||||
|
if (player->roundconditions.faulted == false)
|
||||||
|
{
|
||||||
|
player->roundconditions.faulted = true;
|
||||||
|
player->roundconditions.checkthisframe = true;
|
||||||
|
}
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue