summaryrefslogtreecommitdiff
path: root/signs.h
diff options
context:
space:
mode:
Diffstat (limited to 'signs.h')
-rw-r--r--signs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/signs.h b/signs.h
index fd8ba206c..98934ef78 100644
--- a/signs.h
+++ b/signs.h
@@ -7,6 +7,8 @@ typedef struct SignStruct {
int32 x;
int32 y;
byte z;
+ byte owner; // placed by this player. Anyone can delete them though.
+ // OWNER_NONE for gray signs from old games.
uint16 index;
} SignStruct;