summaryrefslogtreecommitdiff
path: root/src/table
diff options
context:
space:
mode:
Diffstat (limited to 'src/table')
-rw-r--r--src/table/airport_movement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/airport_movement.h b/src/table/airport_movement.h
index d9030f652..df368de89 100644
--- a/src/table/airport_movement.h
+++ b/src/table/airport_movement.h
@@ -34,7 +34,7 @@ struct AirportFTAbuildup {
* @param flags Movement flags.
* @param dir Direction.
*/
-#define AMD(x, y, flags, dir) { x, y, flags, {dir} }
+#define AMD(x, y, flags, dir) { x, y, flags, dir }
/** Dummy airport. */
static const AirportMovingData _airport_moving_data_dummy[] = {