use kart radius clamp value
This commit is contained in:
parent
64e75f3329
commit
dc63088977
1 changed files with 1 additions and 1 deletions
|
|
@ -2697,7 +2697,7 @@ increment_move
|
|||
radius = max(radius, mapobjectscale);
|
||||
|
||||
// And Big Large (tm) movements can skip over slopes.
|
||||
radius = min(radius, 8*mapobjectscale);
|
||||
radius = min(radius, 16*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
|
||||
|
|
|
|||
Loading…
Reference in a new issue