summaryrefslogtreecommitdiff
path: root/src/object_type.hpp
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2018-03-25 20:07:30 +0200
committerBardur Arantsson <bardur@scientician.net>2018-03-25 20:07:30 +0200
commit10704f5f93eb0e7aff2a1adf1ec0b233db70efdd (patch)
tree799eb7b1122b38b98535b43838356e1681238dfd /src/object_type.hpp
parent38de7a3a52f599c047e4142f99e5be45a938a684 (diff)
Remove pseudo-ID
It not longer makes any sense.
Diffstat (limited to 'src/object_type.hpp')
-rw-r--r--src/object_type.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/object_type.hpp b/src/object_type.hpp
index 75e6beab..8c4a5572 100644
--- a/src/object_type.hpp
+++ b/src/object_type.hpp
@@ -88,8 +88,6 @@ struct object_type
s16b held_m_idx = 0; /* Monster holding the object; if any */
- byte sense = 0; /* Pseudo-id status */
-
byte found = 0; /* How did we find it */
s16b found_aux1 = 0; /* Stores info for found */
s16b found_aux2 = 0; /* Stores info for found */