forked from mirror/OpenTTD
(svn r21452) -Codechange: read object property 17 (number of views)
This commit is contained in:
@@ -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?
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user