summaryrefslogtreecommitdiff
path: root/src/ao.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ao.h')
-rw-r--r--src/ao.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ao.h b/src/ao.h
index 20431b98..02e10ec0 100644
--- a/src/ao.h
+++ b/src/ao.h
@@ -556,7 +556,7 @@ enum ao_flight_state {
ao_flight_pad = 2,
ao_flight_boost = 3,
ao_flight_fast = 4,
- ao_flight_apogee = 5,
+ ao_flight_coast = 5,
ao_flight_drogue = 6,
ao_flight_main = 7,
ao_flight_landed = 8,