comment cleanup

aaaa
This commit is contained in:
eebrozgi 2025-06-30 15:57:21 +03:00
parent 28b16aa50c
commit 82e4809668

View file

@ -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--;