summaryrefslogtreecommitdiff
path: root/src/monster_race.hpp
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2016-09-17 09:58:14 +0200
committerBardur Arantsson <bardur@scientician.net>2016-09-17 09:58:14 +0200
commit46f69654774b0eb51bd4706cf7fd9d11fbc8eec8 (patch)
tree5d51b4219565162716280423a4962ce3db6dab88 /src/monster_race.hpp
parentbef0f98085526b80b316580bb5a07fcd8b1af2c5 (diff)
Remove monster_race::total_visible temporary state
Diffstat (limited to 'src/monster_race.hpp')
-rw-r--r--src/monster_race.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/monster_race.hpp b/src/monster_race.hpp
index 58c49e1f..eb398a3d 100644
--- a/src/monster_race.hpp
+++ b/src/monster_race.hpp
@@ -77,8 +77,6 @@ struct monster_race
bool_ on_saved = 0; /* Is the (unique) on a saved level ? */
- byte total_visible = 0; /* Amount of this race that are visible */
-
obj_theme drops; /* The drops type */
};