summaryrefslogtreecommitdiff
path: root/src/newgrf_object.h
diff options
context:
space:
mode:
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?
/**