mpUsed = step.getMpUsed();
entity.setHullDown(true);
}
// Track this step's location.
movePath.addElement(new UnitLocation(entity.getId(), curPos, curFacing, step.getElevation()));
// if the lastpos is not the same as the current position
// then add the current position to the list of places passed
// through
if (!curPos.equals(lastPos)) {