mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-22 10:02:01 +00:00
comment cleanup
aaaa
This commit is contained in:
parent
28b16aa50c
commit
82e4809668
1 changed files with 1 additions and 1 deletions
|
|
@ -9306,7 +9306,7 @@ static void K_UpdateTripwire(player_t *player)
|
|||
if (boostExists)
|
||||
{
|
||||
// If player is MOSTLY on the ground.
|
||||
// Takes 3 tics to kick in because this is NOT meant for twerking
|
||||
// Takes 3 tics to be considered midair, because midair leniency is NOT meant for twerking
|
||||
if (player->airtime < 3)
|
||||
{
|
||||
player->tripwireLeniency--;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue