From 82e4809668b5f7c65180c3f651863cbf5713d200 Mon Sep 17 00:00:00 2001 From: eebrozgi Date: Mon, 30 Jun 2025 15:57:21 +0300 Subject: [PATCH] comment cleanup aaaa --- src/k_kart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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--;