efficiency
This commit is contained in:
parent
38afa1b63c
commit
c6998198a2
@ -221,7 +221,6 @@ public interface MovementHelper extends ActionCosts, Helper {
|
|||||||
return new MovementDescend(pos, destDown);
|
return new MovementDescend(pos, destDown);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
System.out.println(dest + " descend distance!");
|
|
||||||
// we're clear for a fall 2
|
// we're clear for a fall 2
|
||||||
// let's see how far we can fall
|
// let's see how far we can fall
|
||||||
for (int fallHeight = 3; true; fallHeight++) {
|
for (int fallHeight = 3; true; fallHeight++) {
|
||||||
|
Loading…
Reference in New Issue
Block a user