summaryrefslogtreecommitdiff
path: root/src/player_race_mod.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_race_mod.hpp
parentf6812b19be995ddd26a318391a0f5311e4de11a6 (diff)
Remove player gender, age, height, etc.
Diffstat (limited to 'src/player_race_mod.hpp')
-rw-r--r--src/player_race_mod.hpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/player_race_mod.hpp b/src/player_race_mod.hpp
index ed48356e..9f21b253 100644
--- a/src/player_race_mod.hpp
+++ b/src/player_race_mod.hpp
@@ -29,19 +29,6 @@ struct player_race_mod
char r_mhp; /* (+) Race mod hit-dice modifier */
s16b r_exp; /* (+) Race mod experience factor */
- char b_age; /* (+) base age */
- char m_age; /* (+) mod age */
-
- char m_b_ht; /* (+) base height (males) */
- char m_m_ht; /* (+) mod height (males) */
- char m_b_wt; /* (+) base weight (males) */
- char m_m_wt; /* (+) mod weight (males) */
-
- char f_b_ht; /* (+) base height (females) */
- char f_m_ht; /* (+) mod height (females) */
- char f_b_wt; /* (+) base weight (females) */
- char f_m_wt; /* (+) mod weight (females) */
-
char infra; /* (+) Infra-vision range */
u32b choice[2]; /* Legal race choices */