'Increment move resolution increase' cherry-pick

adbdc63895
This commit is contained in:
NepDisk 2025-09-12 01:29:08 -04:00
parent 659777a974
commit 9352d77c92

View file

@ -2543,7 +2543,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