summaryrefslogtreecommitdiff
path: root/src/object_kind.hpp
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-12-11 08:09:30 +0100
committerBardur Arantsson <bardur@scientician.net>2015-12-11 08:09:30 +0100
commitcb7d0c75f4bc7dc4810fc0d1db4723c0079d4d72 (patch)
tree0f735f611b4820a9a3ad11d984e40ad101e1accf /src/object_kind.hpp
parentbb7e2c66a403a9e0af291a539bfb4e7bc9ebca92 (diff)
Remove unused object_kind field "extra"
Diffstat (limited to 'src/object_kind.hpp')
-rw-r--r--src/object_kind.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/object_kind.hpp b/src/object_kind.hpp
index a67d1d61..505f54d9 100644
--- a/src/object_kind.hpp
+++ b/src/object_kind.hpp
@@ -53,7 +53,6 @@ struct object_kind
byte chance[ALLOCATION_MAX]; /* Allocation chance(s) */
byte level; /* Level */
- byte extra; /* Something */
byte d_attr; /* Default object attribute */