diff --git a/src/k_kart.c b/src/k_kart.c index 6454811ca..d980850f7 100644 --- a/src/k_kart.c +++ b/src/k_kart.c @@ -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--;