From 577fe0238e7f4681fdf96b8aed241908a9f72de9 Mon Sep 17 00:00:00 2001 From: truebrain Date: Mon, 19 Dec 2011 20:50:36 +0000 Subject: (svn r23602) -Add: support for DEITY commands, commands where no real company was involved in (Rubidium) --- src/company_type.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/company_type.h') 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 -- cgit v1.2.3-54-g00ecf