mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 20:11:47 +00:00
Topinfirst timer decays instead of resetting
This commit is contained in:
parent
4fc8681e37
commit
90fdd26690
1 changed files with 2 additions and 1 deletions
|
|
@ -11403,7 +11403,8 @@ void K_KartUpdatePosition(player_t *player)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
player->topinfirst = 0;
|
if (player->topinfirst && (leveltime%3 == 0))
|
||||||
|
player->topinfirst--;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue