summaryrefslogtreecommitdiff
path: root/src/newgrf.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-08-28 18:21:09 +0000
committerrubidium <rubidium@openttd.org>2010-08-28 18:21:09 +0000
commit23ba40d3851c1a0e47369cec78a33417a5260590 (patch)
treedc08ca7de1dc3a7c1bcc6f909955cc2475501ab2 /src/newgrf.h
parent3a9f54a4f88545f76ea6244b64bebad4a893a289 (diff)
downloadopenttd-23ba40d3851c1a0e47369cec78a33417a5260590.tar.xz
(svn r20654) -Codechange: implement reading action0 of objects
Diffstat (limited to 'src/newgrf.h')
-rw-r--r--src/newgrf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/newgrf.h b/src/newgrf.h
index 64bfe58df..58202ed25 100644
--- a/src/newgrf.h
+++ b/src/newgrf.h
@@ -106,6 +106,7 @@ struct GRFFile {
struct HouseSpec **housespec;
struct IndustrySpec **industryspec;
struct IndustryTileSpec **indtspec;
+ struct ObjectSpec **objectspec;
struct AirportSpec **airportspec;
struct AirportTileSpec **airtspec;