mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +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);
|
boolean NO_HYUDORO = (player->kartstuff[k_stolentimer] == 0 && player->kartstuff[k_stealingtimer] == 0);
|
||||||
|
|
||||||
K_UpdateDistanceFromFinishLine(player);
|
K_UpdateDistanceFromFinishLine(player);
|
||||||
|
player->pflags &= ~PF_HITFINISHLINE;
|
||||||
|
|
||||||
if (!player->exiting)
|
if (!player->exiting)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue