summaryrefslogtreecommitdiff
path: root/src/birth.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2014-12-22 22:54:02 +0100
committerBardur Arantsson <bardur@scientician.net>2014-12-23 12:09:35 +0100
commitaa51b7b4e6f838f647e2b685e63bff827274b8b4 (patch)
treee095f645cff477270349310455730838a87e7a61 /src/birth.cc
parent23345a602829f683c44392dc24c440dbc8c76005 (diff)
Remove unused struct birther fields
Diffstat (limited to 'src/birth.cc')
-rw-r--r--src/birth.cc12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/birth.cc b/src/birth.cc
index bcacb664..d27f1e69 100644
--- a/src/birth.cc
+++ b/src/birth.cc
@@ -189,9 +189,6 @@ static void save_prev_data(void)
}
previous_char.luck = p_ptr->luck_base;
- /* Save the weapon specialty */
- previous_char.weapon = 0;
-
/* Save the history */
for (i = 0; i < 4; i++)
{
@@ -226,9 +223,6 @@ static void load_prev_data(bool_ save)
}
temp.luck = p_ptr->luck_base;
- /* Save the weapon specialty */
- temp.weapon = 0;
-
/* Save the history */
for (i = 0; i < 4; i++)
{
@@ -278,12 +272,6 @@ static void load_prev_data(bool_ save)
}
previous_char.luck = temp.luck;
- /* Save the chaos patron */
- previous_char.chaos_patron = temp.chaos_patron;
-
- /* Save the weapon specialty */
- previous_char.weapon = temp.weapon;
-
/* Save the history */
for (i = 0; i < 4; i++)
{