summaryrefslogtreecommitdiff
path: root/src/ao_log.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ao_log.c')
-rw-r--r--src/ao_log.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ao_log.c b/src/ao_log.c
index 1b10961d..817d3e6f 100644
--- a/src/ao_log.c
+++ b/src/ao_log.c
@@ -92,7 +92,9 @@ ao_log(void)
log.type = AO_LOG_FLIGHT;
log.tick = ao_flight_tick;
+#if HAS_ACCEL
log.u.flight.ground_accel = ao_ground_accel;
+#endif
log.u.flight.flight = ao_flight_number;
ao_log_data(&log);