|
|
@ -107,6 +107,9 @@ public enum MovementManager { |
|
|
|
// ((Mob)toMove).updateLocation();
|
|
|
|
// ((Mob)toMove).updateLocation();
|
|
|
|
// get start and end locations for the move
|
|
|
|
// get start and end locations for the move
|
|
|
|
Vector3fImmutable startLocation = new Vector3fImmutable(msg.getStartLat(), msg.getStartAlt(), msg.getStartLon()); |
|
|
|
Vector3fImmutable startLocation = new Vector3fImmutable(msg.getStartLat(), msg.getStartAlt(), msg.getStartLon()); |
|
|
|
|
|
|
|
//if(toMove.isMoving()){
|
|
|
|
|
|
|
|
// startLocation = toMove.getMovementLoc();
|
|
|
|
|
|
|
|
//}
|
|
|
|
Vector3fImmutable endLocation = new Vector3fImmutable(msg.getEndLat(), msg.getEndAlt(), msg.getEndLon()); |
|
|
|
Vector3fImmutable endLocation = new Vector3fImmutable(msg.getEndLat(), msg.getEndAlt(), msg.getEndLon()); |
|
|
|
|
|
|
|
|
|
|
|
// if (toMove.getObjectType() == GameObjectType.PlayerCharacter)
|
|
|
|
// if (toMove.getObjectType() == GameObjectType.PlayerCharacter)
|
|
|
|