summaryrefslogtreecommitdiff
path: root/src/ao.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ao.h')
-rw-r--r--src/ao.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ao.h b/src/ao.h
index c4cb5bf7..20431b98 100644
--- a/src/ao.h
+++ b/src/ao.h
@@ -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,