From e2b98e51d988da3ddeae8f529f37d8bd4be1b0dc Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Mon, 23 Feb 2015 09:11:56 +0100 Subject: Remove last remnants of the Merchant class - Merchant's guild removed, it was unusable anyway - Removed "loan" code - Removed PWR_MERCHANT code --- src/birth.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/birth.cc') 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++) { -- cgit v1.2.3