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
commit52c63722c444a25059f52c8c5d4b364f56bffb28 (patch)
treee2c5a2ce6a1f0b07b24561ce58e16307337f8950 /src/birth.cc
parent6aa946f301cfa9fb9f266334b2760f1c81c0a881 (diff)
Remove old bounty code
None of it actually seems to be used any longer; the bounty hunter quest is delegated to q_bounty.cc.
Diffstat (limited to 'src/birth.cc')
-rw-r--r--src/birth.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/birth.cc b/src/birth.cc
index 0191c9fc..a4ad1d3f 100644
--- a/src/birth.cc
+++ b/src/birth.cc
@@ -932,9 +932,6 @@ static void player_wipe(void)
p_ptr->body_monster = 0;
p_ptr->disembodied = FALSE;
- /* Wipe the bounties */
- total_bounties = 0;
-
/* Wipe xtra hp */
p_ptr->hp_mod = 0;
@@ -3361,9 +3358,6 @@ void player_birth(void)
wild_map[j][i].known = FALSE;
}
}
-
- /* Select bounty monsters. */
- select_bounties();
}