From 38f4cb64699af17b3456b93157eb528d6532b46d Mon Sep 17 00:00:00 2001 From: yexo Date: Thu, 18 Mar 2010 23:12:38 +0000 Subject: (svn r19457) -Codechange: introduce AirportOverrideManager to keep track of airports if a newgrf can't be found --- src/table/airport_defaults.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/table') diff --git a/src/table/airport_defaults.h b/src/table/airport_defaults.h index 0ff8ea2c2..0ff1bb3a3 100644 --- a/src/table/airport_defaults.h +++ b/src/table/airport_defaults.h @@ -378,7 +378,7 @@ static AirportTileTable *_tile_table_helistation[] = { /** General AirportSpec definition. */ #define AS_GENERIC(fsm, att, att_len, depot_tbl, num_depots, size_x, size_y, noise, catchment, min_year, max_year, ttdpatch_type, class_id, name, enabled) \ - {fsm, att, att_len, depot_tbl, num_depots, size_x, size_y, noise, catchment, min_year, max_year, name, ttdpatch_type, class_id, enabled} + {fsm, att, att_len, depot_tbl, num_depots, size_x, size_y, noise, catchment, min_year, max_year, name, ttdpatch_type, class_id, enabled, {AT_INVALID, 0, NULL, NULL, AT_INVALID}} /** AirportSpec definition for airports without any depot. */ #define AS_ND(ap_name, size_x, size_y, min_year, max_year, catchment, noise, ttdpatch_type, class_id, name) \ -- cgit v1.2.3-54-g00ecf