From be5ec8c7d9945b268202483609ff43a66b59ef0d Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Thu, 28 Jun 2012 11:23:15 +0200 Subject: Remove R_IDX_TESTING_HACK conditional code --- src/monster2.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/monster2.c b/src/monster2.c index b87df278..65d1c368 100644 --- a/src/monster2.c +++ b/src/monster2.c @@ -3434,10 +3434,6 @@ bool_ summon_specific(int y1, int x1, int lev, int type) r_idx = get_mon_num((dun_level + lev) / 2 + 5); summon_hack = FALSE; -#ifdef R_IDX_TESTING_HACK - r_idx = 356; -#endif - /* Reset restriction */ get_mon_num_hook = old_get_mon_num_hook; @@ -3518,10 +3514,6 @@ bool_ summon_specific_friendly(int y1, int x1, int lev, int type, bool_ Group_ok /* Pick a monster, using the level calculation */ r_idx = get_mon_num((dun_level + lev) / 2 + 5); -#ifdef R_IDX_TESTING_HACK - r_idx = 356; -#endif - /* Reset restriction */ get_mon_num_hook = old_get_mon_num_hook; -- cgit v1.2.3