From d8193bbed6ba74cde54c17a5dbadbc1d5d36bebe Mon Sep 17 00:00:00 2001 From: NepDisk Date: Thu, 1 Jan 2026 22:22:38 -0500 Subject: [PATCH] Revert "use kart radius clamp value" This reverts commit dc6308897761e86c30ea9a8c642b703ab85ee817. --- src/p_map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/p_map.c b/src/p_map.c index 25825ec38..6fd112e49 100644 --- a/src/p_map.c +++ b/src/p_map.c @@ -2764,7 +2764,7 @@ increment_move radius = max(radius, mapobjectscale); // And Big Large (tm) movements can skip over slopes. - radius = min(radius, 16*mapobjectscale); + radius = min(radius, 8*mapobjectscale); // (This whole "step" system is flawed; it was OK before, but the addition of slopes has // exposed the problems with doing it like this. The right thing to do would be to use