summaryrefslogtreecommitdiff
path: root/src/object_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object_base.h')
-rw-r--r--src/object_base.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/object_base.h b/src/object_base.h
index 4220a0c4c..a006e16e7 100644
--- a/src/object_base.h
+++ b/src/object_base.h
@@ -28,6 +28,7 @@ struct Object : ObjectPool::PoolItem<&_object_pool> {
TileArea location; ///< Location of the object
Date build_date; ///< Date of construction
byte colour; ///< Colour of the object, for display purpose
+ byte view; ///< The view setting for this object
/** Make sure the object isn't zeroed. */
Object() {}