File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -758,7 +758,7 @@ float ACrab::EstimateJumpHeight() const {
758
758
} while (currentVelocity.GetY () < 0 .0F );
759
759
760
760
float finalCalculatedHeight = totalHeight * -1 .0F * c_MPP;
761
- float finalHeightMultipler = 0 .8f ; // Make us think we can do a little less because AI path following is shit
761
+ float finalHeightMultipler = 0 .6f ; // Make us think we can do less because AI path following is shit
762
762
return finalCalculatedHeight * finalHeightMultipler;
763
763
}
764
764
Original file line number Diff line number Diff line change @@ -950,7 +950,7 @@ float AHuman::EstimateJumpHeight() const {
950
950
} while (currentVelocity.GetY () < 0 .0F );
951
951
952
952
float finalCalculatedHeight = totalHeight * -1 .0F * c_MPP;
953
- float finalHeightMultipler = 0 .8f ; // Make us think we can do a little less because AI path following is shit
953
+ float finalHeightMultipler = 0 .6f ; // Make us think we can do less because AI path following is shit
954
954
return finalCalculatedHeight * finalHeightMultipler;
955
955
}
956
956
You can’t perform that action at this time.
0 commit comments