(svn r23602) -Add: support for DEITY commands, commands where no real company was involved in (Rubidium)

This commit is contained in:
truebrain
2011-12-19 20:50:36 +00:00
parent 561b25d031
commit 577fe0238e
3 changed files with 11 additions and 9 deletions

View File

@@ -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