1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-19 20:49:11 +00:00

(svn r19194) -Feature: action 0/1/2/3 support for newgrf airporttiles

This commit is contained in:
yexo
2010-02-22 14:16:19 +00:00
parent 683ad53d21
commit 80fb5c70c8
4 changed files with 170 additions and 1 deletions

View File

@@ -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