From e0f931072cfcd14757036f3a8a89343d02ef42aa Mon Sep 17 00:00:00 2001 From: Sally Coolatta Date: Sat, 6 Feb 2021 05:14:54 -0500 Subject: [PATCH] Leftover from old comment --- src/k_bot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/k_bot.c b/src/k_bot.c index 9432638af..b3c2abe9e 100644 --- a/src/k_bot.c +++ b/src/k_bot.c @@ -523,7 +523,7 @@ fixed_t K_BotFrictionRubberband(player_t *player, fixed_t frict) fixed_t K_DistanceOfLineFromPoint(fixed_t v1x, fixed_t v1y, fixed_t v2x, fixed_t v2y, fixed_t cx, fixed_t cy) { #if 1 - // This function ended up with overflow issues (and too much) + // This function ended up with overflow issues // I'm kinda tired of looking at this so I'mma just gonna wildly cheat vertex_t v1, v2; // fake vertexes