From 5e098cddcd39d3c84499436169841556bfcd7a1a Mon Sep 17 00:00:00 2001 From: Sally Coolatta Date: Sat, 6 Feb 2021 05:22:30 -0500 Subject: [PATCH] This comment is extremely funny --- src/k_kart.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/k_kart.c b/src/k_kart.c index 11fd1b49c..d923619a3 100644 --- a/src/k_kart.c +++ b/src/k_kart.c @@ -6765,8 +6765,9 @@ static void K_KartDrift(player_t *player, boolean onground) const INT32 dstwo = dsone*2; const INT32 dsthree = dstwo*2; - // Drifting is actually straffing[sic] + automatic turning. - // Holding the Drift button will enable drifting. + // Drifting is actually straffing + automatic turning. + // Holding the Jump button will enable drifting. + // (This comment is extremely funny) // Drift Release (Moved here so you can't "chain" drifts) if (player->kartstuff[k_drift] != -5 && player->kartstuff[k_drift] != 5)