summaryrefslogtreecommitdiff
path: root/src/newgrf.h
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2010-02-22 14:16:19 +0000
committeryexo <yexo@openttd.org>2010-02-22 14:16:19 +0000
commit80fb5c70c8e5c41d519946fe59fba4185fe7af89 (patch)
treeca6df050a8761bbd87c4680305ca824a1916f767 /src/newgrf.h
parent683ad53d21871e49bd8f6071db25e8ab1ad4485b (diff)
downloadopenttd-80fb5c70c8e5c41d519946fe59fba4185fe7af89.tar.xz
(svn r19194) -Feature: action 0/1/2/3 support for newgrf airporttiles
Diffstat (limited to 'src/newgrf.h')
-rw-r--r--src/newgrf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/newgrf.h b/src/newgrf.h
index 6f4dd758e..9220c5014 100644
--- a/src/newgrf.h
+++ b/src/newgrf.h
@@ -58,6 +58,7 @@ enum GrfSpecFeature {
GSF_SIGNALS,
GSF_OBJECTS,
GSF_RAILTYPES,
+ GSF_AIRPORTTILES,
GSF_END,
};
@@ -103,6 +104,7 @@ struct GRFFile {
HouseSpec **housespec;
IndustrySpec **industryspec;
IndustryTileSpec **indtspec;
+ struct AirportTileSpec **airtspec;
uint32 param[0x80];
uint param_end; ///< one more than the highest set parameter