summaryrefslogtreecommitdiff
path: root/src/newgrf_object.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-12-10 21:30:26 +0000
committerrubidium <rubidium@openttd.org>2010-12-10 21:30:26 +0000
commitfdeab92dc7d5391bd9be48cd29beafbced278cb1 (patch)
tree8505e085b059c1b9c33112baeb11ff118cac7b11 /src/newgrf_object.h
parentc1efcb76cace2ef00d14f78613e991ea4009fa0d (diff)
downloadopenttd-fdeab92dc7d5391bd9be48cd29beafbced278cb1.tar.xz
(svn r21452) -Codechange: read object property 17 (number of views)
Diffstat (limited to 'src/newgrf_object.h')
-rw-r--r--src/newgrf_object.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/newgrf_object.h b/src/newgrf_object.h
index aceca6943..3b60e94e7 100644
--- a/src/newgrf_object.h
+++ b/src/newgrf_object.h
@@ -69,6 +69,7 @@ struct ObjectSpec {
AnimationInfo animation; ///< Information about the animation.
uint16 callback_mask; ///< Bitmask of requested/allowed callbacks.
uint8 height; ///< The height of this structure, in heightlevels; max MAX_TILE_HEIGHT.
+ uint8 views; ///< The number of views.
bool enabled; ///< Is this spec enabled?
/**