summaryrefslogtreecommitdiff
path: root/src/birth.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2016-10-05 18:45:08 +0200
committerBardur Arantsson <bardur@scientician.net>2016-10-05 18:45:08 +0200
commit0e91eb9e205508daf5de1234e7ac3e59fa809982 (patch)
tree7980bb314049799c91f7d060d370c5d2f734cc62 /src/birth.cc
parent7c495e924e9c2c979b772071e92ca30b6d712bef (diff)
Move rune_spells into player_type
Diffstat (limited to 'src/birth.cc')
-rw-r--r--src/birth.cc10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/birth.cc b/src/birth.cc
index 9081ec06..bb2f0816 100644
--- a/src/birth.cc
+++ b/src/birth.cc
@@ -762,16 +762,6 @@ static void player_wipe(void)
}
}
- /* Wipe the rune spells */
- rune_num = 0;
- for (i = 0; i < MAX_RUNES; i++)
- {
- strcpy(rune_spells[i].name, "");
- rune_spells[i].type = 0;
- rune_spells[i].rune2 = 0;
- rune_spells[i].mana = 0;
- }
-
/* No items */
inven_cnt = 0;
equip_cnt = 0;