unused variable removed

This commit is contained in:
2024-05-04 12:55:51 -04:00
parent 6df0e5625c
commit a5c1422534
@@ -121,7 +121,6 @@ public abstract class AbstractCharacter extends AbstractWorldObject {
protected boolean movingUp = false; protected boolean movingUp = false;
private float desiredAltitude = 0; private float desiredAltitude = 0;
private long takeOffTime = 0; private long takeOffTime = 0;
private long lastHateUpdate = 0;
private byte aoecntr = 0; private byte aoecntr = 0;
public int hidden = 0; // current rank of hide/sneak/invis public int hidden = 0; // current rank of hide/sneak/invis