(svn r20654) -Codechange: implement reading action0 of objects

This commit is contained in:
rubidium
2010-08-28 18:21:09 +00:00
parent 7a9baa0811
commit 4ec93f6bab
3 changed files with 189 additions and 1 deletions

View File

@@ -106,6 +106,7 @@ struct GRFFile {
struct HouseSpec **housespec;
struct IndustrySpec **industryspec;
struct IndustryTileSpec **indtspec;
struct ObjectSpec **objectspec;
struct AirportSpec **airportspec;
struct AirportTileSpec **airtspec;