summaryrefslogtreecommitdiff
path: root/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'map.h')
-rw-r--r--map.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/map.h b/map.h
index 05f758f6d..60ac5e814 100644
--- a/map.h
+++ b/map.h
@@ -71,6 +71,8 @@ typedef enum Owner {
OWNER_TOWN = 0x0F, // a town owns the tile
OWNER_NONE = 0x10, // nobody owns the tile
OWNER_WATER = 0x11, // "water" owns the tile
+ OWNER_END = 0x12,
+
OWNER_SPECTATOR = 0xFF, // spectator in MP or in scenario editor
} Owner;