diff options
| author | Keith Packard <keithp@keithp.com> | 2010-11-09 23:34:32 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2010-11-09 23:34:32 -0800 |
| commit | b0d31910da592e2f67c47c8fc3e15ce8135d5094 (patch) | |
| tree | 4caabe69247596dced4dc84063322b091e60b379 /ao-tools/altosui/AltosState.java | |
| parent | 22d00785188a880700cd372528189a7a15278da9 (diff) | |
altosui: Add ascent, descent and landed tabs
This completes the set of tabs for in-flight status information.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao-tools/altosui/AltosState.java')
| -rw-r--r-- | ao-tools/altosui/AltosState.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ao-tools/altosui/AltosState.java b/ao-tools/altosui/AltosState.java index 1048bb51..86eb636a 100644 --- a/ao-tools/altosui/AltosState.java +++ b/ao-tools/altosui/AltosState.java @@ -35,6 +35,7 @@ public class AltosState { int tick; int state; + boolean landed; boolean ascent; /* going up? */ double ground_altitude; |
