(svn r21452) -Codechange: read object property 17 (number of views)

This commit is contained in:
rubidium
2010-12-10 21:30:26 +00:00
parent c1efcb76ca
commit fdeab92dc7
3 changed files with 15 additions and 2 deletions

View File

@@ -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?
/**