33 if (
other.getContainingLocation() != ghost.
getEntity().getContainingLocation() || !
other.isAlive()) {
38 super.advance(amount, ghost);
40 GBEchoSnapshot curr =
new GBEchoSnapshot();
41 curr.vel =
new Vector2f(
other.getVelocity());
45 Iterator<GBEchoSnapshot> iter =
snapshots.iterator();
46 GBEchoSnapshot use =
null;
47 while (iter.hasNext()) {
49 float ago =
Global.
getSector().getClock().getElapsedDaysSince(curr.timestamp);