altosui: Add ascent, descent and landed tabs
[fw/altos] / ao-tools / altosui / AltosState.java
index 1048bb51b09ca8faee0dccb4c4953850d135c2cf..86eb636a19687561c093565eaae2410eed96c70a 100644 (file)
@@ -35,6 +35,7 @@ public class AltosState {
        int     tick;
 
        int     state;
+       boolean landed;
        boolean ascent; /* going up? */
 
        double  ground_altitude;