diff options
Diffstat (limited to 'table')
-rw-r--r-- | table/track_land.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/table/track_land.h b/table/track_land.h index 6d8d90d21..9d96a0497 100644 --- a/table/track_land.h +++ b/table/track_land.h @@ -58,7 +58,9 @@ static const DrawTrackSeqStruct* const _track_depot_layout_table[] = { _track_depot_layout_table_1, _track_depot_layout_table_2, _track_depot_layout_table_3, +}; +static const DrawTrackSeqStruct* const _track_waypoint_layout_table[] = { _track_waypoint_table_0, _track_waypoint_table_1, }; |