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 8f3ddb1b4..676fc9c9c 100644
--- a/src/object_base.h
+++ b/src/object_base.h
@@ -23,6 +23,7 @@ extern ObjectPool _object_pool;
/** An object, such as transmitter, on the map. */
struct Object : ObjectPool::PoolItem<&_object_pool> {
+ ObjectType type; ///< Type of the object
Town *town; ///< Town the object is built in
TileArea location; ///< Location of the object
Date build_date; ///< Date of construction