summaryrefslogtreecommitdiff
path: root/src/table/airport_defaults.h
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2010-08-05 12:03:34 +0000
committeryexo <yexo@openttd.org>2010-08-05 12:03:34 +0000
commit3e6f8165d47b0b414c98ffae3487c7bb9f557eae (patch)
tree25cdabbcebbdf6f2665597f4a51df08f19c74c06 /src/table/airport_defaults.h
parent7e4bdbbc9dd9c7a4bb8f6c0af569aafece9d1443 (diff)
downloadopenttd-3e6f8165d47b0b414c98ffae3487c7bb9f557eae.tar.xz
(svn r20369) -Feature: preview sprites for airports
Diffstat (limited to 'src/table/airport_defaults.h')
-rw-r--r--src/table/airport_defaults.h2
1 files changed, 1 insertions, 1 deletions
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) \