(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 966382f3d8
commit bc156f754a
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