summaryrefslogtreecommitdiff
path: root/src/player_type.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
commit8ef7443e887958060d7a77b3750f495b592eb7b3 (patch)
treeae81e5061ff983b1e5cdcdfcb0af721741d947c5 /src/player_type.hpp
parentb06b5ca24b7a48bfa0fba6ba0032262e4e52b569 (diff)
Remove unused player_type::special field
Diffstat (limited to 'src/player_type.hpp')
-rw-r--r--src/player_type.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/player_type.hpp b/src/player_type.hpp
index 684a086e..11eac14d 100644
--- a/src/player_type.hpp
+++ b/src/player_type.hpp
@@ -48,7 +48,6 @@ struct player_type
u16b expfact = 0; /* Experience factor */
byte preserve = 0; /* Preserve artifacts */
- byte special = 0; /* Special levels */
byte allow_one_death = 0; /* Blood of life */
s32b au = 0; /* Current Gold */