summaryrefslogtreecommitdiff
path: root/src/company_type.h
diff options
context:
space:
mode:
authortruebrain <truebrain@openttd.org>2011-12-19 20:50:36 +0000
committertruebrain <truebrain@openttd.org>2011-12-19 20:50:36 +0000
commit577fe0238e7f4681fdf96b8aed241908a9f72de9 (patch)
tree96a9e5a6d7ef530dcd88d42d633a479ba7e18e6d /src/company_type.h
parent561b25d0319674716b51d63594e146132d0a33e3 (diff)
downloadopenttd-577fe0238e7f4681fdf96b8aed241908a9f72de9.tar.xz
(svn r23602) -Add: support for DEITY commands, commands where no real company was involved in (Rubidium)
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