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

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

This commit is contained in:
rubidium
2010-08-28 18:21:09 +00:00
parent 3a9f54a4f8
commit 23ba40d385
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;