diff options
Diffstat (limited to 'src/player_type.hpp')
-rw-r--r-- | src/player_type.hpp | 7 |
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 */ |