From 3e6f8165d47b0b414c98ffae3487c7bb9f557eae Mon Sep 17 00:00:00 2001 From: yexo Date: Thu, 5 Aug 2010 12:03:34 +0000 Subject: (svn r20369) -Feature: preview sprites for airports --- src/table/airport_defaults.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/table/airport_defaults.h') diff --git a/src/table/airport_defaults.h b/src/table/airport_defaults.h index 5e2d82b72..c9cb88c16 100644 --- a/src/table/airport_defaults.h +++ b/src/table/airport_defaults.h @@ -382,7 +382,7 @@ static Direction _default_airports_rotation[] = { /** General AirportSpec definition. */ #define AS_GENERIC(fsm, att, rot, att_len, depot_tbl, num_depots, size_x, size_y, noise, catchment, min_year, max_year, ttdpatch_type, class_id, name, enabled) \ - {fsm, att, rot, 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}} + {fsm, att, rot, att_len, depot_tbl, num_depots, size_x, size_y, noise, catchment, min_year, max_year, name, ttdpatch_type, class_id, 0, 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