diff options
author | Keith Packard <keithp@keithp.com> | 2009-06-14 16:39:28 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-06-14 16:39:28 -0700 |
commit | 5834a12c1d3d71105c9e3d1ceaf9f3ffac9ff1eb (patch) | |
tree | 37da562b79b9508b8399854ce19ec41a10ddc155 /src/ao.h | |
parent | 8c40f19acd09fe93d492c9355da8a1198c34b1c3 (diff) |
rename states. launchpad -> pad, coast -> fast
Diffstat (limited to 'src/ao.h')
-rw-r--r-- | src/ao.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -553,9 +553,9 @@ ao_log_init(void); enum ao_flight_state { ao_flight_startup = 0, ao_flight_idle = 1, - ao_flight_launchpad = 2, + ao_flight_pad = 2, ao_flight_boost = 3, - ao_flight_coast = 4, + ao_flight_fast = 4, ao_flight_apogee = 5, ao_flight_drogue = 6, ao_flight_main = 7, |