From ee4aec30851e64cc7a5599be6272b832ed7018c1 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Mon, 23 Feb 2015 09:11:57 +0100 Subject: Remove unused BACT_* values, including Arena code --- src/birth.cc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/birth.cc') diff --git a/src/birth.cc b/src/birth.cc index 1e01b4ba..0191c9fc 100644 --- a/src/birth.cc +++ b/src/birth.cc @@ -430,11 +430,8 @@ static void get_extra(void) /* Experience factor */ p_ptr->expfact = rp_ptr->r_exp + rmp_ptr->r_exp + cp_ptr->c_exp; - /* Initialize arena and rewards information -KMW- */ - p_ptr->arena_number = 0; - p_ptr->inside_arena = 0; + /* Initialize quest */ p_ptr->inside_quest = 0; - p_ptr->exit_bldg = TRUE; /* only used for arena now -KMW- */ /* Hitdice */ p_ptr->hitdie = rp_ptr->r_mhp + rmp_ptr->r_mhp + cp_ptr->c_mhp; -- cgit v1.2.3