Revert "use kart radius clamp value"

This reverts commit dc63088977.
This commit is contained in:
NepDisk 2026-01-01 22:22:38 -05:00
parent 8362bbd629
commit d8193bbed6

View file

@ -2764,7 +2764,7 @@ increment_move
radius = max(radius, mapobjectscale); radius = max(radius, mapobjectscale);
// And Big Large (tm) movements can skip over slopes. // 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 // (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 // exposed the problems with doing it like this. The right thing to do would be to use