summaryrefslogtreecommitdiff
path: root/src/birth.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:56 +0100
committerBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:56 +0100
commite2b98e51d988da3ddeae8f529f37d8bd4be1b0dc (patch)
tree4ce521ef056ac2c2204b812df34645b472977723 /src/birth.cc
parent68fae568a6ffac4643d82980816e665d9d53c04b (diff)
Remove last remnants of the Merchant class
- Merchant's guild removed, it was unusable anyway - Removed "loan" code - Removed PWR_MERCHANT code
Diffstat (limited to 'src/birth.cc')
-rw-r--r--src/birth.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/birth.cc b/src/birth.cc
index 0c98f160..d0074e0e 100644
--- a/src/birth.cc
+++ b/src/birth.cc
@@ -976,8 +976,6 @@ static void player_wipe(void)
/* Initialize allow_one_death */
p_ptr->allow_one_death = 0;
- p_ptr->loan = p_ptr->loan_time = 0;
-
/* Wipe the power list */
for (i = 0; i < POWER_MAX; i++)
{