mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-28 08:21:31 +00:00
Properly reset PF_HITFINISHLINE
This commit is contained in:
parent
a37eb798e0
commit
52624cb6de
1 changed files with 1 additions and 0 deletions
|
|
@ -6189,6 +6189,7 @@ void K_MoveKartPlayer(player_t *player, boolean onground)
|
|||
boolean NO_HYUDORO = (player->kartstuff[k_stolentimer] == 0 && player->kartstuff[k_stealingtimer] == 0);
|
||||
|
||||
K_UpdateDistanceFromFinishLine(player);
|
||||
player->pflags &= ~PF_HITFINISHLINE;
|
||||
|
||||
if (!player->exiting)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue