summaryrefslogtreecommitdiff
path: root/src/company_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/company_type.h')
-rw-r--r--src/company_type.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/company_type.h b/src/company_type.h
index 0de8b5867..44a074e10 100644
--- a/src/company_type.h
+++ b/src/company_type.h
@@ -26,6 +26,7 @@ enum Owner {
OWNER_TOWN = 0x0F, ///< A town owns the tile, or a town is expanding
OWNER_NONE = 0x10, ///< The tile has no ownership
OWNER_WATER = 0x11, ///< The tile/execution is done by "water"
+ OWNER_DEITY = 0x12, ///< The object is owned by a superuser / goal script
OWNER_END, ///< Last + 1 owner
INVALID_OWNER = 0xFF, ///< An invalid owner
INVALID_COMPANY = 0xFF, ///< An invalid company