summaryrefslogtreecommitdiff
path: root/src/birth.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:57 +0100
committerBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:57 +0100
commit06365ca3274fc48b3c0b69418c1f8ee0d63a9a37 (patch)
tree7da94dc137a37a4714b48c77ce9edb5d6eb5b852 /src/birth.cc
parent4eb27b30d23edf97e260af982f06302e61f15bd7 (diff)
Remove a few unused fields in player_type
Diffstat (limited to 'src/birth.cc')
-rw-r--r--src/birth.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/birth.cc b/src/birth.cc
index d0074e0e..1e01b4ba 100644
--- a/src/birth.cc
+++ b/src/birth.cc
@@ -938,9 +938,6 @@ static void player_wipe(void)
/* Wipe the bounties */
total_bounties = 0;
- /* Wipe spells */
- p_ptr->xtra_spells = 0;
-
/* Wipe xtra hp */
p_ptr->hp_mod = 0;