diff options
author | Bardur Arantsson <bardur@scientician.net> | 2015-02-23 09:11:57 +0100 |
---|---|---|
committer | Bardur Arantsson <bardur@scientician.net> | 2015-02-23 09:11:57 +0100 |
commit | 52c63722c444a25059f52c8c5d4b364f56bffb28 (patch) | |
tree | e2c5a2ce6a1f0b07b24561ce58e16307337f8950 /src/variable.cc | |
parent | 6aa946f301cfa9fb9f266334b2760f1c81c0a881 (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/variable.cc')
-rw-r--r-- | src/variable.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/variable.cc b/src/variable.cc index 80b868e2..efb2dbaf 100644 --- a/src/variable.cc +++ b/src/variable.cc @@ -1046,12 +1046,6 @@ s32b RANDART_ARMOR; s32b RANDART_JEWEL; /* - * Current bounties. An array of tuples of two, with the first being the - * r_idx of the monster, and the second the monster's worth. - */ -s16b bounties[MAX_BOUNTIES][2]; - -/* * Spell description */ bool_ info_spell = FALSE; @@ -1088,11 +1082,6 @@ fate fates[MAX_FATES]; byte dungeon_type; s16b *max_dlv; -/* - * Number of total bounties the player had had. - */ -u32b total_bounties; - /* The Doppleganger index in m_list */ s16b doppleganger; |