summaryrefslogtreecommitdiff
path: root/src/player_type.hpp
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2016-03-10 18:41:54 +0100
committerBardur Arantsson <bardur@scientician.net>2016-03-10 19:02:23 +0100
commita343ccf6b05df1d889cb4302a3e9e21c4816c048 (patch)
tree4f587f591a4d285190b1d7d3b0c5b19d770b0904 /src/player_type.hpp
parentf6812b19be995ddd26a318391a0f5311e4de11a6 (diff)
Remove player gender, age, height, etc.
Diffstat (limited to 'src/player_type.hpp')
-rw-r--r--src/player_type.hpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/player_type.hpp b/src/player_type.hpp
index d9410dcb..4caa1e7b 100644
--- a/src/player_type.hpp
+++ b/src/player_type.hpp
@@ -32,7 +32,6 @@ struct player_type
s16b py; /* Player location */
s16b px; /* Player location */
- byte psex; /* Sex index */
byte prace; /* Race index */
byte pracem; /* Race Mod index */
byte pclass; /* Class index */
@@ -50,12 +49,6 @@ struct player_type
byte special; /* Special levels */
byte allow_one_death; /* Blood of life */
- s16b age; /* Characters age */
- s16b ht; /* Height */
- s16b wt; /* Weight */
- s16b sc; /* Social Class */
-
-
s32b au; /* Current Gold */
s32b max_exp; /* Max experience */